From 921d5a406665ac1b922aede9467a759c63d49cdf Mon Sep 17 00:00:00 2001 From: pin Date: Fri, 2 Dec 2022 11:38:38 +0100 Subject: Please don't exclude support for NetBSD --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 874bed8..4c45bb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ flate2 = "1.0.24" lzma-rs = "0.2.0" zstd = "0.11.2" -[target.'cfg(target_os = "linux")'.dependencies] +[target.'cfg(any(target_os = "linux", target_os = "netbsd"))'.dependencies] nix = {version = "0.25.0", features = ["process"]} [dependencies.serde] -- cgit v1.2.3