Skip to content

Commit

Permalink
Cull unused libc dependency on windows (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaulingMonkey committed Sep 8, 2020
1 parent 9b146fa commit b423db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -11,7 +11,7 @@ keywords = ["cpu", "cpus", "cores"]
categories = ["hardware-support"]
readme = "README.md"

[dependencies]
[target.'cfg(not(windows))'.dependencies]
libc = "0.2.26"

[target.'cfg(all(any(target_arch = "x86_64", target_arch = "aarch64"), target_os = "hermit"))'.dependencies]
Expand Down

0 comments on commit b423db0

Please sign in to comment.