Skip to content

Commit

Permalink
Fix cosmwasm-crypto to patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Feb 4, 2025
1 parent 780935d commit 5e73219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static_assertions = "1.1.0"

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

[dev-dependencies]
cosmwasm-schema = { path = "../schema" }
Expand Down

0 comments on commit 5e73219

Please sign in to comment.