mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Update Cargo.toml
Co-Authored-By: DebugSteven <debugsteven@gmail.com>
This commit is contained in:
parent
ff0e1f286b
commit
dd40ae0d97
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 = "^1.0.0-pre.1"
|
||||
version = "1"
|
||||
default-features = false
|
||||
|
||||
[dependencies.rand_core]
|
||||
|
|
|
|||
Loading…
Reference in a new issue