Bump curve25519-dalek dependency to version 1.0. 🎉

This commit is contained in:
Isis Lovecruft 2018-12-22 12:10:03 +00:00
parent 85285576a7
commit 0708974aaa
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.1"
version = "1"
default-features = false
[dependencies.rand]