From aeba6c7b3b84d9c8ddcbcb921e99b0ea65347e51 Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Wed, 18 Dec 2024 10:56:13 +0000 Subject: [PATCH] rand_core/getrandom is renamed to rand_core/os_rng --- benches/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benches/Cargo.toml b/benches/Cargo.toml index ea69ef21..ae38d067 100644 --- a/benches/Cargo.toml +++ b/benches/Cargo.toml @@ -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" }