remove num_cpus from Cargo.toml
All checks were successful
CI / Rust project (push) Successful in 1m8s

This commit is contained in:
fabolous005 2023-11-26 23:30:44 +01:00
parent 9e3b68204c
commit 4eb71c18fb
2 changed files with 2 additions and 2 deletions

View File

@ -8,5 +8,5 @@ edition = "2021"
[dependencies]
image = "0.24.7"
rand = "0.8.5"
num_cpus = "1.16.0"
clap = { version = "4.4.8", features = ["derive"]}
# num_cpus = "1.16.0"
clap = { version = "4.4.8", features = ["derive"] }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 777 KiB

After

Width:  |  Height:  |  Size: 779 KiB