Update curve25519-dalek dependency to 1.0.

This commit is contained in:
Isis Lovecruft 2019-01-18 04:45:23 +00:00
parent 8c8c04cb32
commit 84abd4855a
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

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