We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780935d commit 5e73219Copy full SHA for 5e73219
packages/std/Cargo.toml
@@ -66,7 +66,7 @@ static_assertions = "1.1.0"
66
67
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
68
bech32 = "0.9.1"
69
-cosmwasm-crypto = { path = "../crypto", version = "2.0.9" }
+cosmwasm-crypto = { path = "../crypto", version = "~2.0.9" }
70
71
[dev-dependencies]
72
cosmwasm-schema = { path = "../schema" }
0 commit comments