Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Oct 30, 2024
1 parent 572beb0 commit 165de66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rand_trng/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ edition = "2021"
rust-version = "1.61"

[dependencies]
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 comments on commit 165de66

Please sign in to comment.