We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73aab8d commit 630105aCopy full SHA for 630105a
codetable/Cargo.toml
@@ -40,7 +40,7 @@ arbitrary = { version = "1.3.2", optional = true, features = ["derive"] }
40
hex = "0.4.2"
41
unsigned-varint = { version = "0.8.0", default-features = false }
42
criterion = "0.8"
43
-rand = { version = "0.10", default-features = false, features = ["thread_rng"] }
+rand = "0.10"
44
45
[[bench]]
46
name = "multihash"
0 commit comments