mirror of
https://github.com/uutils/coreutils
synced 2024-11-17 02:08:09 +00:00
csplit: remove the unused dep on glob
This commit is contained in:
parent
826c948234
commit
a6c235bcd1
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2292,7 +2292,6 @@ name = "uu_csplit"
|
|||
version = "0.0.7"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"glob",
|
||||
"regex",
|
||||
"thiserror",
|
||||
"uucore",
|
||||
|
|
|
@ -18,7 +18,6 @@ path = "src/csplit.rs"
|
|||
clap = { version = "2.33", features = ["wrap_help"] }
|
||||
thiserror = "1.0"
|
||||
regex = "1.0.0"
|
||||
glob = "0.3"
|
||||
uucore = { version=">=0.0.9", package="uucore", path="../../uucore", features=["entries", "fs"] }
|
||||
uucore_procs = { version=">=0.0.6", package="uucore_procs", path="../../uucore_procs" }
|
||||
|
||||
|
|
Loading…
Reference in a new issue