Skip to content

Commit

Permalink
Merge pull request #62 from dalek-cryptography/curve-3
Browse files Browse the repository at this point in the history
Update curve25519-dalek to version 3.0.0.
  • Loading branch information
hdevalence committed Aug 18, 2020
2 parents 1781dd3 + 2408e6b commit b8e6fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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
Expand Down

0 comments on commit b8e6fb7

Please sign in to comment.