1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

fix(cp): Remove an unused dep to the getops crate

This commit is contained in:
Sylvestre Ledru 2020-05-17 12:09:55 +02:00
parent 8e886c30dc
commit 6bc9b38fa9
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -302,7 +302,6 @@ version = "0.0.1"
dependencies = [
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
"filetime 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
"getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
"ioctl-sys 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",