Skip to content

Commit

Permalink
fixup! fix everything that was depending on rm'd namada crate
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jul 5, 2024
1 parent 4a88e39 commit 4834619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namada-eth-bridge = [

[dependencies]
namada_core = {path = "../core", features = ["testing"]}
namada_sdk = {path = "../sdk", features = ["download-params", "testing"]}
namada_sdk = {path = "../sdk", features = ["download-params", "testing", "wasm-runtime"]}
namada_test_utils = {path = "../test_utils"}
namada_tx_env = {path = "../tx_env"}
namada_tx_prelude = {path = "../tx_prelude"}
Expand Down

0 comments on commit 4834619

Please sign in to comment.