From 3e8a07c4157dee729ee7fe46306a4793eb7a252c Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Fri, 25 Jun 2021 12:06:31 +0200 Subject: [PATCH] tools: agent-ctl: Fix build failure Two nix packages with the same version are specified from the lock file. Fixes #2126 Signed-off-by: Samuel Ortiz --- tools/agent-ctl/Cargo.lock | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tools/agent-ctl/Cargo.lock b/tools/agent-ctl/Cargo.lock index d62c8e6deb..8cc741c550 100644 --- a/tools/agent-ctl/Cargo.lock +++ b/tools/agent-ctl/Cargo.lock @@ -635,19 +635,6 @@ dependencies = [ "memoffset", ] -[[package]] -name = "nix" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c3728fec49d363a50a8828a190b379a446cc5cf085c06259bbbeb34447e4ec7" -dependencies = [ - "bitflags", - "cc", - "cfg-if 1.0.0", - "libc", - "memoffset", -] - [[package]] name = "ntapi" version = "0.3.6"