Skip to content

Commit 6b47dc7

Browse files
committed
use mocks feature directly in dev-deps
1 parent eb8798c commit 6b47dc7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/ibc/Cargo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,4 @@ rstest = "0.18.1"
103103
tracing-subscriber = { version = "0.3.14", features = ["fmt", "env-filter", "json"]}
104104
test-log = { version = "0.2.10", features = ["trace"] }
105105
tendermint-rpc = { version = "0.34", features = ["http-client", "websocket-client"] }
106-
tendermint-testgen = { version = "0.34" } # Needed for generating (synthetic) light blocks.
107-
parking_lot = { version = "0.12.1" }
108-
typed-builder = { version = "0.17.0" }
106+
ibc = { path = ".", features = ["mocks"] }

0 commit comments

Comments
 (0)