summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-05-05 13:05:25 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-05-05 13:05:25 +0900
commit68c2ca4cc28e8029ef39f24ccbd1f1024c54e9db (patch)
tree03f44310262463020edf248950b0672205cab74d /Cargo.toml
parent7edebfbb6f15f1f8e69b306dab5c52423555c2eb (diff)
Fix build
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e19ecf1..fed7baa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ unicode-width = "0.1.10"
devtimer = "4.0.0"
rayon = "1.6.1"
-[target.'cfg(any(target_os = "linux", target_os = "netbsd"))'.dependencies]
+[target.'cfg(unix)'.dependencies]
nix = {version = "0.25.0", features = ["process"]}
[dependencies.serde]