1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Cargo.toml: remove unused coz dependency

This commit is contained in:
Daniel Hofstetter 2025-05-28 19:54:11 +02:00
parent 15f606a12b
commit 5e92917b6d
3 changed files with 0 additions and 13 deletions

11
Cargo.lock generated
View file

@ -601,16 +601,6 @@ dependencies = [
"zip",
]
[[package]]
name = "coz"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cef55b3fe2f5477d59e12bc792e8b3c95a25bd099eadcfae006ecea136de76e2"
dependencies = [
"libc",
"once_cell",
]
[[package]]
name = "cpp"
version = "0.5.10"
@ -2931,7 +2921,6 @@ name = "uu_factor"
version = "0.1.0"
dependencies = [
"clap",
"coz",
"num-bigint",
"num-prime",
"num-traits",