Skip to content

Commit

Permalink
fix make check-crates
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Oct 31, 2023
1 parent af55362 commit e6dd02d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ethereum_bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ tracing = "0.1.30"
[dev-dependencies]
# Added "testing" feature.
namada_core = {path = "../core", default-features = false, features = ["ferveo-tpke", "ethers-derive", "testing"]}
namada_proof_of_stake = {path = "../proof_of_stake", default-features = false, features = ["testing"]}
assert_matches.workspace = true
data-encoding.workspace = true
ethabi.workspace = true
Expand Down
1 change: 1 addition & 0 deletions shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ wasmtimer = "0.2.0"
[dev-dependencies]
namada_core = {path = "../core", default-features = false, features = ["testing", "ibc-mocks"]}
namada_ethereum_bridge = {path = "../ethereum_bridge", default-features = false, features = ["testing"]}
namada_proof_of_stake = {path = "../proof_of_stake", default-features = false, features = ["testing"]}
namada_test_utils = {path = "../test_utils"}
assert_matches.workspace = true
async-trait.workspace = true
Expand Down

0 comments on commit e6dd02d

Please sign in to comment.