Skip to content

Commit

Permalink
Use latest version of rand
Browse files Browse the repository at this point in the history
  • Loading branch information
iquerejeta committed Feb 27, 2023
1 parent 9fe31ea commit 21236e8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 159 deletions.
177 changes: 19 additions & 158 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mithril-stm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ 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 }
Expand All @@ -41,6 +40,7 @@ num-bigint = "0.4.0"
num-rational = "0.4.0"
proptest = "1.0.0"
rand_chacha = "0.3.1"
rand = "0.8"

[[bench]]
name = "multi_sig"
Expand Down

0 comments on commit 21236e8

Please sign in to comment.