Skip to content

Commit

Permalink
Merge pull request #2011 from CosmWasm/test-k256
Browse files Browse the repository at this point in the history
Pin k256 version
  • Loading branch information
webmaster128 authored Jan 31, 2024
2 parents 30f4854 + b92c55d commit d619238
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions contracts/floaty/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ default = []
bench = false

[dependencies]
k256 = { version = "0.13.1", features = ["ecdsa"] }
# Version pinned due to https://github.com/CosmWasm/cosmwasm/issues/2010
k256 = { version = "=0.13.1", features = ["ecdsa"] }
ed25519-zebra = "3"
digest = "0.10"
rand_core = { version = "0.6", features = ["getrandom"] }
Expand Down

0 comments on commit d619238

Please sign in to comment.