mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Change curve25519-dalek requirement to 0.1.0.
This commit is contained in:
parent
b4bcc5e3b5
commit
a64bbfc09f
1 changed files with 1 additions and 1 deletions
|
|
@ -14,4 +14,4 @@ exclude = [ ".gitignore" ]
|
|||
arrayref = "0.3.2"
|
||||
rust-crypto = "^0.2"
|
||||
rand = "^0.3"
|
||||
curve25519-dalek = { version = "0.0.0", git = "ssh://gogs@code.ciph.re:22/isis/curve25519-dalek.git" }
|
||||
curve25519-dalek = "0.1.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue