Skip to content

Commit

Permalink
fix: pin k256's version to 1.13.1
Browse files Browse the repository at this point in the history
See CosmWasm/cosmwasm#2010 for detail
  • Loading branch information
loloicci committed Jan 31, 2024
1 parent 84cab1f commit dbf4f67
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 37 deletions.
83 changes: 47 additions & 36 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion packages/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ backtraces = []
bench = false

[dependencies]
k256 = { version = "0.13.1", features = ["ecdsa"] }
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 dbf4f67

Please sign in to comment.