Skip to content

Commit 894cf45

Browse files
committed
Propagate std and getrandom features
1 parent 81b8a75 commit 894cf45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rand_chacha/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ serde_json = "1.0"
2525

2626
[features]
2727
default = ["std"]
28-
std = ["ppv-lite86/std"]
28+
std = ["ppv-lite86/std", "rand_core/std"]
29+
getrandom = ["rand_core/getrandom"]
2930
simd = [] # deprecated
3031
serde1 = ["serde"]

0 commit comments

Comments
 (0)