mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
updated rand to latest versions
This commit is contained in:
@@ -4,9 +4,9 @@ members = ["base2k", "rlwe", "sampling", "utils"]
|
||||
|
||||
[workspace.dependencies]
|
||||
rug = "1.27"
|
||||
rand = "0.8.4"
|
||||
rand_chacha = "0.3.1"
|
||||
rand_core = "0.6.4"
|
||||
rand_distr = "0.4.3"
|
||||
rand = "0.9.1"
|
||||
rand_chacha = "0.9.0"
|
||||
rand_core = "0.9.3"
|
||||
rand_distr = "0.5.1"
|
||||
itertools = "0.14.0"
|
||||
criterion = "0.5.1"
|
||||
|
||||
Reference in New Issue
Block a user