mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-05 20:30:54 +00:00
Update curve25519-dalek dependency to 1.0.
This commit is contained in:
parent
8c8c04cb32
commit
84abd4855a
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue