From: Ian Jackson Date: Sat, 22 Aug 2020 23:50:41 +0000 (+0100) Subject: drop libc X-Git-Tag: otter-0.2.0~1088 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e2a68c5d31bf12c74823b72c2ef318c8e38ddd3e;p=otter.git drop libc --- 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"