Skip to content

Commit 5e73219

Browse files
committed
Fix cosmwasm-crypto to patch updates
1 parent 780935d commit 5e73219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ static_assertions = "1.1.0"
6666

6767
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
6868
bech32 = "0.9.1"
69-
cosmwasm-crypto = { path = "../crypto", version = "2.0.9" }
69+
cosmwasm-crypto = { path = "../crypto", version = "~2.0.9" }
7070

7171
[dev-dependencies]
7272
cosmwasm-schema = { path = "../schema" }

0 commit comments

Comments
 (0)