Skip to content

Commit b09cbf1

Browse files
committed
rand crate causes errors with wasm target
1 parent da3d94d commit b09cbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/liquidity_book/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ schemars = "0.8.16"
2323
serde = { version = "1.0" }
2424
serde-json-wasm = { version = "1.0"}
2525
ethnum = { version = "1.5" }
26-
rand = "0.8"
2726
thiserror = { version = "1.0" }
2827

2928
[dev-dependencies]
3029
anyhow = "1"
3130
cosmwasm-std = { package = "secret-cosmwasm-std", version = "1.1.11" }
31+
rand = "0.8"
3232
shade-multi-test = { path = "../../../packages/multi_test", features = [
3333
"admin",
3434
"lb_pair",

0 commit comments

Comments
 (0)