Skip to content

Commit da9a979

Browse files
webmaster128chipshort
authored andcommitted
Pin k256 version to 0.13.1
1 parent 93c3ab2 commit da9a979

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/crypto/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ backtraces = []
1919
bench = false
2020

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

0 commit comments

Comments
 (0)