mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Update curve25519-dalek to version 3.0.0.
This allows unifying dependencies with other crates using the `3.x` series of the curve library. It is a semver patch-level change, because the x25519-dalek API does not expose any details of the underlying curve implementation.
This commit is contained in:
parent
1781dd3d05
commit
2408e6b179
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ travis-ci = { repository = "dalek-cryptography/x25519-dalek", branch = "master"}
|
||||||
features = ["nightly"]
|
features = ["nightly"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
curve25519-dalek = { version = "2", default-features = false }
|
curve25519-dalek = { version = "3", default-features = false }
|
||||||
rand_core = { version = "0.5", default-features = false }
|
rand_core = { version = "0.5", default-features = false }
|
||||||
# `serde` is renamed to `our_serde` in order to avoid a name collision between
|
# `serde` is renamed to `our_serde` in order to avoid a name collision between
|
||||||
# importing the serde dependency and enabling the curve25519-dalek/serde feature
|
# importing the serde dependency and enabling the curve25519-dalek/serde feature
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue