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 ce3f8dc commit e41e428Copy full SHA for e41e428
benches/Cargo.toml
@@ -8,6 +8,11 @@ publish = false
8
# Option (requires nightly Rust): experimental SIMD support
9
simd_support = ["rand/simd_support"]
10
11
+# Force chacha20 to use the local rand_code to avoid compiling two different "rand_core"s.
12
+# This is necessary even if the specified versions are the same.
13
+[patch.crates-io]
14
+rand_core = { path = "../rand_core" }
15
+
16
[dependencies]
17
18
[dev-dependencies]
0 commit comments