Remove outdated comment about Fuchsia dependencies from Cargo.toml.

This commit is contained in:
Isis Lovecruft 2019-01-17 20:39:23 +00:00
parent adf4c0ea03
commit 6d1d3ff5ea
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -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"]