Merge pull request #62 from dalek-cryptography/curve-3

Update curve25519-dalek to version 3.0.0.
This commit is contained in:
Henry de Valence 2020-08-17 20:35:31 -07:00 committed by GitHub
commit b8e6fb7ee1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ travis-ci = { repository = "dalek-cryptography/x25519-dalek", branch = "master"}
features = ["nightly"]
[dependencies]
curve25519-dalek = { version = "2", default-features = false }
curve25519-dalek = { version = "3", 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
# importing the serde dependency and enabling the curve25519-dalek/serde feature