1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

cat no longer need extern crate libc anymore.

This commit is contained in:
Lei Zhang 2016-11-30 10:57:47 -05:00
parent c2882da2e7
commit 55470e17b5

1
Cargo.lock generated
View file

@ -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",
]