1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +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)",

View file

@ -15,7 +15,6 @@ path = "src/cp.rs"
[dependencies]
clap = "2.32.0"
filetime = "0.2"
getopts = "0.2.18"
libc = "0.2.42"
quick-error = "1.2.3"
uucore = { version = "0.0.2", features = ["fs"] }