Skip to content

Commit

Permalink
rand_core/getrandom is renamed to rand_core/os_rng
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Dec 18, 2024
1 parent ecd48f6 commit aeba6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
[dev-dependencies]
criterion = "0.5.0"
criterion-cycles-per-byte = "0.6"
rand_core = { version = "=0.9.0-beta.1", features = ["getrandom"] }
rand_core = { version = "=0.9.0-beta.1", features = ["os_rng"] }
rand_xoshiro = { path = "../rand_xoshiro", version = "0.6" }
rand_isaac = { path = "../rand_isaac", version = "0.3" }
rand_xorshift = { path = "../rand_xorshift", version = "0.3" }
Expand Down

0 comments on commit aeba6c7

Please sign in to comment.