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 ae276ef commit 9fe31eaCopy full SHA for 9fe31ea
mithril-stm/Cargo.toml
@@ -26,12 +26,12 @@ digest = { version = "0.10.5", features = ["alloc"] }
26
num-bigint = { version = "0.4.0", optional = true }
27
num-rational = { version = "0.4.0", optional = true }
28
num-traits = { version = "0.2.14", optional = true }
29
+rand = "0.6.1"
30
rand_core = "0.6.3"
31
rayon = "1.5.1"
32
rug = { version = "1.14", optional = true }
33
serde = { version = "1", features = ["rc", "derive"] }
34
thiserror = "1.0"
-rand = "0.6.1"
35
36
[dev-dependencies]
37
bincode = "1.3.3"
0 commit comments