Skip to content

Commit

Permalink
Merge pull request #1 from alxmirandap/fixes_build_warnings
Browse files Browse the repository at this point in the history
Makes rand_chacha a feature to avoid build warnings
  • Loading branch information
alxmirandap authored Aug 18, 2024
2 parents b1bb201 + ec88e41 commit 8f837a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ harness = false
default = ["std", "getrandom"]
preaudit_deprecated = []
nightly = []
rand_chacha = []
alloc = ["curve25519-dalek/alloc", "rand_core/alloc", "getrandom_or_panic/alloc", "serde_bytes/alloc"]
std = ["alloc", "getrandom", "serde_bytes/std", "rand_core/std", "getrandom_or_panic/std"]
asm = ["sha2/asm"]
Expand Down

0 comments on commit 8f837a6

Please sign in to comment.