Skip to content

Commit 165de66

Browse files
committed
Fix deps
1 parent 572beb0 commit 165de66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rand_trng/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ edition = "2021"
1414
rust-version = "1.61"
1515

1616
[dependencies]
17-
rand_chacha = { path = "../rand_chacha", version = "=0.9.0-alpha.1", default-features = false }
17+
rand_chacha = { path = "../rand_chacha", version = "=0.9.0-alpha.1", features = ["getrandom", "std"] }

0 commit comments

Comments
 (0)