mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
change curve dependency to 1.0.0-pre.1 at a minimum
This commit is contained in:
parent
4c6498ec69
commit
98826dabf6
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ exclude = [
|
|||
travis-ci = { repository = "dalek-cryptography/x25519-dalek", branch = "master"}
|
||||
|
||||
[dependencies.curve25519-dalek]
|
||||
version = "^0.19"
|
||||
version = "^1.0.0-pre.1"
|
||||
default-features = false
|
||||
|
||||
[dependencies.rand_core]
|
||||
|
|
|
|||
Loading…
Reference in a new issue