-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
signatory
requirement to v0.19 (#227)
This release uses the v1.0 releases of the `ed25519` and `signature` crates. Release announcement here: https://www.reddit.com/r/rust/comments/g4w8by/ann_rustcrypto_signature_v10_and_ed25519_v10/ It also eliminates the needless dependencies on the `p256` and `p384` crates, which `tendermint-rs` doesn't use (it only uses the `k256` crate for the secp256k1 curve definition).
- Loading branch information
1 parent
375e6e2
commit 46385ad
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters