Update to 1.0.0-pre1 curve25519

This commit is contained in:
Colt Frederickson 2018-11-19 10:13:15 -07:00
parent 42b5d6ada9
commit 1132665ac2

View file

@ -16,8 +16,7 @@ exclude = [ ".gitignore", "TESTVECTORS", "res/*" ]
travis-ci = { repository = "dalek-cryptography/ed25519-dalek", branch = "master"}
[dependencies.curve25519-dalek]
git = "https://github.com/IronCoreLabs/curve25519-dalek.git"
branch = "rand-0.6"
version = "1.0.0-pre.1"
default-features = false
[dependencies.rand]