mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Bump curve25519-dalek dependency to 0.20.
This commit is contained in:
parent
6a04da3ca4
commit
7f82308799
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 = "0.19"
|
||||
version = "0.20"
|
||||
default-features = false
|
||||
|
||||
[dependencies.rand]
|
||||
|
|
|
|||
Loading…
Reference in a new issue