Skip to content

Commit 9fe31ea

Browse files
committed
cargo sort for stm dependencies
1 parent ae276ef commit 9fe31ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-stm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ digest = { version = "0.10.5", features = ["alloc"] }
2626
num-bigint = { version = "0.4.0", optional = true }
2727
num-rational = { version = "0.4.0", optional = true }
2828
num-traits = { version = "0.2.14", optional = true }
29+
rand = "0.6.1"
2930
rand_core = "0.6.3"
3031
rayon = "1.5.1"
3132
rug = { version = "1.14", optional = true }
3233
serde = { version = "1", features = ["rc", "derive"] }
3334
thiserror = "1.0"
34-
rand = "0.6.1"
3535

3636
[dev-dependencies]
3737
bincode = "1.3.3"

0 commit comments

Comments
 (0)