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 a7057d3 commit e02b434Copy full SHA for e02b434
Cargo.toml
@@ -11,3 +11,6 @@ exclude = [
11
"benches",
12
]
13
resolver = "2"
14
+
15
+[patch.crates-io]
16
+rand_core = { git = "https://github.com/rust-random/rand_core.git", branch = "reduce-block-code" }
rand_isaac/Cargo.toml
@@ -19,7 +19,7 @@ rust-version = "1.85"
19
all-features = true
20
21
[features]
22
-serde = ["dep:serde", "rand_core/serde"]
+serde = ["dep:serde"]
23
24
[dependencies]
25
rand_core = "0.10.0-rc-2"
0 commit comments