mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
use num_prime for factorisation to fix gnu test
This commit is contained in:
parent
64027e5a57
commit
d202baba97
22 changed files with 298 additions and 1690 deletions
|
@ -298,6 +298,7 @@ nix = { version = "0.28", default-features = false }
|
|||
nom = "7.1.3"
|
||||
notify = { version = "=6.0.1", features = ["macos_kqueue"] }
|
||||
num-bigint = "0.4.4"
|
||||
num-prime = "0.4.3"
|
||||
num-traits = "0.2.18"
|
||||
number_prefix = "0.4"
|
||||
once_cell = "1.19.0"
|
||||
|
@ -480,6 +481,7 @@ chrono = { workspace = true }
|
|||
filetime = { workspace = true }
|
||||
glob = { workspace = true }
|
||||
libc = { workspace = true }
|
||||
num-prime = { workspace = true }
|
||||
pretty_assertions = "1"
|
||||
rand = { workspace = true }
|
||||
regex = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue