Skip to content

Commit

Permalink
Enable serde/std if std is enabled.
Browse files Browse the repository at this point in the history
 * FIXES part of dalek-cryptography#107
  • Loading branch information
isislovecruft committed Dec 11, 2019
1 parent 2ed9fa9 commit 3a91019
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 @@ -45,7 +45,7 @@ harness = false

[features]
default = ["std", "u64_backend"]
std = ["curve25519-dalek/std", "sha2/std", "rand/std"]
std = ["curve25519-dalek/std", "serde/std", "sha2/std", "rand/std"]
alloc = ["curve25519-dalek/alloc", "rand/alloc", "zeroize/alloc"]
nightly = ["curve25519-dalek/nightly", "rand/nightly"]
batch = ["merlin", "rand"]
Expand Down

0 comments on commit 3a91019

Please sign in to comment.