mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
Remove failure/std from the default enabled features.
This commit is contained in:
parent
a7c318da6e
commit
1dfe211aa1
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ bincode = "^0.9"
|
|||
[features]
|
||||
default = ["std", "u64_backend"]
|
||||
# We don't add "rand/std" here because it would enable a bunch of Fuchsia dependencies.
|
||||
std = ["subtle/std", "curve25519-dalek/std", "failure/std"]
|
||||
std = ["subtle/std", "curve25519-dalek/std"]
|
||||
bench = []
|
||||
nightly = ["curve25519-dalek/nightly", "subtle/nightly", "rand/nightly"]
|
||||
asm = ["sha2/asm"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue