-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update curve25519-dalek to 4.0.0-rc.3; bump version to 4.0.1 (#88)
* update curve25519-dalek to 4.0.0-rc.3; bump version to 4.0.1 * Apply suggestions from code review Co-authored-by: teor <[email protected]> --------- Co-authored-by: teor <[email protected]>
- Loading branch information
1 parent
0db5c8e
commit 3829d87
Showing
3 changed files
with
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
name = "ed25519-zebra" | ||
# Before publishing: | ||
# - update CHANGELOG.md | ||
version = "4.0.0" | ||
version = "4.0.1" | ||
rust-version = "1.65.0" | ||
authors = ["Henry de Valence <[email protected]>"] | ||
authors = ["Henry de Valence <[email protected]>", "Zcash Foundation <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
edition = "2018" | ||
repository = "https://github.com/ZcashFoundation/ed25519-zebra" | ||
|
@@ -16,7 +16,7 @@ features = ["nightly"] | |
|
||
[dependencies] | ||
# "digest" is exempt from SemVer, so we should always use a specific version | ||
curve25519-dalek = { version = "=4.0.0-rc.2", default-features = false, features = ["alloc", "digest", "zeroize", "precomputed-tables"] } | ||
curve25519-dalek = { version = "=4.0.0-rc.3", default-features = false, features = ["alloc", "digest", "zeroize", "precomputed-tables"] } | ||
der = { version = "0.7.1", optional = true } | ||
ed25519 = { version = "2.2.0", default-features = false } | ||
hashbrown = "0.14.0" | ||
|
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