Skip to content

Commit

Permalink
Enable rand crate by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
isislovecruft committed Sep 21, 2020
1 parent 7155c07 commit 6609642
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 @@ -47,7 +47,7 @@ harness = false
# required-features = ["batch"]

[features]
default = ["std", "u64_backend"]
default = ["std", "rand", "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"]
Expand Down

0 comments on commit 6609642

Please sign in to comment.