1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #4898 from cakebaker/remove_num_cpus

Remove unused "num_cpus" dependency
This commit is contained in:
Sylvestre Ledru 2023-05-25 14:54:04 +02:00 committed by GitHub
commit e920d8d1bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -296,7 +296,6 @@ memchr = "2"
nix = { version="0.26", default-features=false } nix = { version="0.26", default-features=false }
nom = "7.1.3" nom = "7.1.3"
notify = { version = "=5.1.0", features=["macos_kqueue"]} notify = { version = "=5.1.0", features=["macos_kqueue"]}
num_cpus = "1.15"
num-bigint = "0.4.3" num-bigint = "0.4.3"
num-traits = "0.2.15" num-traits = "0.2.15"
number_prefix = "0.4" number_prefix = "0.4"