mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +00:00
Use any curve25519-dalek version greater than 0.1.
This commit is contained in:
parent
67137255da
commit
2a74e28587
1 changed files with 1 additions and 1 deletions
|
|
@ -14,4 +14,4 @@ exclude = [ ".gitignore" ]
|
||||||
arrayref = "0.3.2"
|
arrayref = "0.3.2"
|
||||||
rust-crypto = "^0.2"
|
rust-crypto = "^0.2"
|
||||||
rand = "^0.3"
|
rand = "^0.3"
|
||||||
curve25519-dalek = "0.1.0"
|
curve25519-dalek = "^0.1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue