From 55470e17b505e02f009c753dd8e8a0f0b1d639bb Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Wed, 30 Nov 2016 10:57:47 -0500 Subject: [PATCH] cat no longer need extern crate libc anymore. --- Cargo.lock | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index d0ad4be1e..585f7fc3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -184,7 +184,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "cat" version = "0.0.1" dependencies = [ - "libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", "uucore 0.0.1", ]