mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Make std feature depend on curve25519-dalek/std.
This commit is contained in:
parent
ad4e726e49
commit
030c3e5373
1 changed files with 1 additions and 1 deletions
|
|
@ -36,6 +36,6 @@ rustc-serialize = "0.3"
|
|||
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = ["rand"]
|
||||
std = ["rand", "curve25519-dalek/std"]
|
||||
bench = []
|
||||
nightly = ["curve25519-dalek/nightly"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue