mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Remove outdated comment about Fuchsia dependencies from Cargo.toml.
This commit is contained in:
parent
adf4c0ea03
commit
6d1d3ff5ea
1 changed files with 0 additions and 1 deletions
|
|
@ -49,7 +49,6 @@ 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", "rand/std", "sha2/std"]
|
||||
alloc = ["curve25519-dalek/alloc"]
|
||||
nightly = ["curve25519-dalek/nightly", "rand/nightly", "clear_on_drop/nightly"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue