Skip to content

Commit

Permalink
Workaround for rand crate "nightly" feature breakage.
Browse files Browse the repository at this point in the history
  • Loading branch information
isislovecruft authored and huitseeker committed Nov 3, 2020
1 parent da959c0 commit 7179f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ harness = false
default = ["std", "u64_backend"]
std = ["curve25519-dalek/std", "ed25519/std", "serde_crate/std", "sha2/std", "rand/std"]
alloc = ["curve25519-dalek/alloc", "rand/alloc", "zeroize/alloc"]
nightly = ["curve25519-dalek/nightly", "rand/nightly"]
nightly = ["curve25519-dalek/nightly"]
serde = ["serde_crate", "ed25519/serde"]
batch = ["merlin", "rand"]
# This feature enables deterministic batch verification.
Expand Down

0 comments on commit 7179f5c

Please sign in to comment.