From e2a68c5d31bf12c74823b72c2ef318c8e38ddd3e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 23 Aug 2020 00:50:41 +0100 Subject: [PATCH] drop libc --- Cargo.lock.example | 1 - Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.lock.example b/Cargo.lock.example index ca9689e4..d9e45125 100644 --- a/Cargo.lock.example +++ b/Cargo.lock.example @@ -429,7 +429,6 @@ dependencies = [ "index_vec", "inventory", "lazy_static", - "libc", "nix", "num-traits", "percent-encoding 2.1.0", diff --git a/Cargo.toml b/Cargo.toml index f673b686..24a2b4cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ failure = "0.1.8" # for pwd fs2 = "0.4" nix = "0.18" -libc = "0.2" +#libc = "0.2" toml = "0.5" -- 2.30.2