Bump curve25519-dalek dependency to 0.20.

This commit is contained in:
Isis Lovecruft 2018-09-26 18:46:17 +00:00
parent 6a04da3ca4
commit 7f82308799
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 = "0.19"
version = "0.20"
default-features = false
[dependencies.rand]