diff --git a/burrow/Cargo.toml b/burrow/Cargo.toml index 92059ba..fddaddf 100644 --- a/burrow/Cargo.toml +++ b/burrow/Cargo.toml @@ -14,5 +14,5 @@ clap = { version = "4.3.2", features = ["derive"] } [target.'cfg(target_os = "linux")'.dependencies] caps = "0.5.5" -[target.'cfg(target_os = "macos")'.dependencies] +[target.'cfg(target_vendor = "apple")'.dependencies] nix = { version = "0.26.2" }