We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572beb0 commit 165de66Copy full SHA for 165de66
rand_trng/Cargo.toml
@@ -14,4 +14,4 @@ edition = "2021"
14
rust-version = "1.61"
15
16
[dependencies]
17
-rand_chacha = { path = "../rand_chacha", version = "=0.9.0-alpha.1", default-features = false }
+rand_chacha = { path = "../rand_chacha", version = "=0.9.0-alpha.1", features = ["getrandom", "std"] }
0 commit comments