Skip to content

Commit

Permalink
Remove unused num_cpus dependency (#48)
Browse files Browse the repository at this point in the history
`remove_dir_all` depends on `num_cpus`, but never invokes it
  • Loading branch information
joshtriplett committed Nov 9, 2022
1 parent 720ca0e commit 48e2043
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,13 @@ version = "0.7.1-alpha.0"

[features]
default = ["parallel"]
parallel = ["num_cpus", "rayon"]
parallel = ["rayon"]

[dependencies]
cfg-if = "1.0.0"

[target.'cfg(windows)'.dependencies]
log = "0.4.11"
num_cpus = { version = "1.13", optional = true }
rayon = { version = "1.4", optional = true }

[target.'cfg(windows)'.dependencies.windows-sys]
Expand Down

0 comments on commit 48e2043

Please sign in to comment.