Skip to content

Commit

Permalink
cargo sort for stm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
curiecrypt committed Feb 24, 2023
1 parent b69563a commit ccd0c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mithril-stm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ digest = { version = "0.10.5", features = ["alloc"] }
num-bigint = { version = "0.4.0", optional = true }
num-rational = { version = "0.4.0", optional = true }
num-traits = { version = "0.2.14", optional = true }
rand = "0.6.1"
rand_core = "0.6.3"
rayon = "1.5.1"
rug = { version = "1.14", optional = true }
serde = { version = "1", features = ["rc", "derive"] }
thiserror = "1.0"
rand = "0.6.1"

[dev-dependencies]
bincode = "1.3.3"
Expand Down

0 comments on commit ccd0c37

Please sign in to comment.