Skip to content

Commit b423db0

Browse files
Cull unused libc dependency on windows (#101)
1 parent 9b146fa commit b423db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["cpu", "cpus", "cores"]
1111
categories = ["hardware-support"]
1212
readme = "README.md"
1313

14-
[dependencies]
14+
[target.'cfg(not(windows))'.dependencies]
1515
libc = "0.2.26"
1616

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

0 commit comments

Comments
 (0)