From 4834619f0c3f5cb45c44de060937fbace81df337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Zemanovi=C4=8D?= Date: Fri, 5 Jul 2024 16:55:48 +0100 Subject: [PATCH] fixup! fix everything that was depending on rm'd namada crate --- crates/tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tests/Cargo.toml b/crates/tests/Cargo.toml index 717ccd06d9a..7f2e35b9b03 100644 --- a/crates/tests/Cargo.toml +++ b/crates/tests/Cargo.toml @@ -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"}