Skip to content

Commit

Permalink
Remove in workspace dev-dep versions from sov-modules-api
Browse files Browse the repository at this point in the history
  • Loading branch information
preston-evans98 committed Sep 14, 2023
1 parent 2040efc commit d133b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-system/sov-modules-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ risc0-zkvm-platform = { version = "0.16", optional = true }
[dev-dependencies]
bincode = { workspace = true }
sov-modules-api = { path = ".", features = ["native"] }
sov-bank = { path = "../module-implementations/sov-bank", version = "0.2", features = ["native"] }
sov-bank = { path = "../module-implementations/sov-bank", features = ["native"] }

[features]
bench = ["sov-zk-cycle-macros", "risc0-zkvm", "risc0-zkvm-platform"]
Expand Down

0 comments on commit d133b71

Please sign in to comment.