mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
fix(cp): Remove an unused dep to the getops crate
This commit is contained in:
parent
8e886c30dc
commit
6bc9b38fa9
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -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)",
|
||||
|
|
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue