Updating the version of rand used in the benchmarch crate
This commit is contained in:
parent
8b3f25a305
commit
1f333af1e6
@ -12,8 +12,8 @@ name = "bench_main"
|
||||
num-bigint-dig = { path = "../", features = ["prime", "rand"] }
|
||||
num-integer = "0.1.39"
|
||||
num-traits = "0.2.4"
|
||||
rand = "0.7"
|
||||
rand_chacha = "0.2"
|
||||
rand = "0.8.3"
|
||||
rand_chacha = "0.3.0"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.2"
|
||||
criterion = "0.2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user