Skip to content

Commit

Permalink
Bump k256 crate dependency to v0.7 (#752)
Browse files Browse the repository at this point in the history
This is a minor bugfix release that required some breaking changes in
the public API.

None of the bugs impact `tendermint-rs`, but it would be nice to ensure
it's using the latest version before the final v0.17 release.

Release notes: RustCrypto/elliptic-curves#261
  • Loading branch information
tony-iqlusion committed Dec 17, 2020
1 parent 11b4e87 commit 907cbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tendermint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ tendermint-proto = { version = "0.17.0-rc3", path = "../proto" }
toml = { version = "0.5" }
zeroize = { version = "1.1", features = ["zeroize_derive"] }

k256 = { version = "0.6", optional = true, features = ["ecdsa"] }
k256 = { version = "0.7", optional = true, features = ["ecdsa"] }
ripemd160 = { version = "0.9", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 907cbc6

Please sign in to comment.