diff --git a/Cargo.toml b/Cargo.toml index bcb98af..f3778b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]