We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab7bee commit ae16942Copy full SHA for ae16942
2 files changed
bip0032/benchmarks/Cargo.toml
@@ -14,7 +14,7 @@ bitcoin = "0.32"
14
coins-bip32 = "0.13"
15
const-hex = "1.12.0"
16
criterion = "0.8"
17
-rand = "0.9"
+rand = "0.10"
18
19
[[bench]]
20
name = "keygen"
bip0032/benchmarks/src/common.rs
@@ -1,4 +1,4 @@
1
-use rand::{Rng, RngCore};
+use rand::{Rng, RngExt};
2
3
pub type BenchmarkGroup<'a> = criterion::BenchmarkGroup<'a, criterion::measurement::WallTime>;
4
0 commit comments