From 1ec7ea7d3c8d37be84aaaab7516b9af68fce00f4 Mon Sep 17 00:00:00 2001 From: Malted Date: Sat, 10 Jun 2023 17:56:12 +0100 Subject: [PATCH] :bug: Update the target for the nix crate I'm a silly little goose and forger :skull: it before --- burrow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }