mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-05 20:10:35 +00:00
Fix std builds when serde is enabled.
This commit is contained in:
parent
ce5ff27681
commit
bbb8869550
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ harness = false
|
|||
|
||||
[features]
|
||||
default = ["std", "rand", "u64_backend"]
|
||||
std = ["curve25519-dalek/std", "ed25519/std", "serde_crate/std", "sha2/std", "rand/std"]
|
||||
std = ["curve25519-dalek/std", "ed25519/std", "serde_bytes/std", "serde_crate/std", "sha2/std", "rand/std"]
|
||||
alloc = ["curve25519-dalek/alloc", "rand/alloc", "serde_bytes/alloc", "zeroize/alloc"]
|
||||
nightly = ["curve25519-dalek/nightly"]
|
||||
serde = ["serde_crate", "serde_bytes", "ed25519/serde"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue