mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-06 20:20:39 +00:00
Merge remote-tracking branch 'oleganza/no-default-features-in-curve25519' into develop
This commit is contained in:
commit
1b2f382e66
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ travis-ci = { repository = "dalek-cryptography/x25519-dalek", branch = "master"}
|
||||||
|
|
||||||
[dependencies.curve25519-dalek]
|
[dependencies.curve25519-dalek]
|
||||||
version = "^0.12"
|
version = "^0.12"
|
||||||
|
default-features = false
|
||||||
|
|
||||||
[dependencies.rand]
|
[dependencies.rand]
|
||||||
optional = true
|
optional = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue