1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 21:47:46 +00:00

csplit: remove the unused dep on glob

This commit is contained in:
Sylvestre Ledru 2021-09-12 19:22:22 +02:00
parent 826c948234
commit a6c235bcd1
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -2292,7 +2292,6 @@ name = "uu_csplit"
version = "0.0.7"
dependencies = [
"clap",
"glob",
"regex",
"thiserror",
"uucore",