mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Enabling std feature can now enable rand/std.
Previously it pulled in a bunch of fuschia dependencies regardless of target system.
This commit is contained in:
parent
80ae5d0683
commit
d052e63da8
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ harness = false
|
|||
[features]
|
||||
default = ["std", "u64_backend"]
|
||||
# We don't add "rand/std" here because it would enable a bunch of Fuchsia dependencies.
|
||||
std = ["curve25519-dalek/std"]
|
||||
std = ["curve25519-dalek/std", "rand/std"]
|
||||
alloc = ["curve25519-dalek/alloc"]
|
||||
nightly = ["curve25519-dalek/nightly", "rand/nightly", "clear_on_drop/nightly"]
|
||||
asm = ["sha2/asm"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue