Skip to content

Commit 1f5a25d

Browse files
committed
Remove uuhelp_parser dependency
1 parent 2717766 commit 1f5a25d

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build = "build.rs"
2323

2424
[features]
2525
default = ["feat_common_core"]
26-
uudoc = ["zip", "uuhelp_parser"]
26+
uudoc = ["zip"]
2727

2828
feat_common_core = [
2929
"tar",
@@ -44,7 +44,6 @@ phf_codegen = "0.13.0"
4444
rand = { version = "0.9", features = ["small_rng"] }
4545
regex = "1.10.4"
4646
uucore = "0.5.0"
47-
uuhelp_parser = "0.2.0"
4847
uutests = "0.5.0"
4948
tar = "0.4"
5049
tempfile = "3.10.1"
@@ -61,7 +60,6 @@ phf = { workspace = true }
6160
textwrap = { workspace = true }
6261
uutests = { workspace = true }
6362
uucore = { workspace = true }
64-
uuhelp_parser = { workspace = true, optional = true }
6563
zip = { workspace = true, optional = true }
6664

6765
tar = { optional = true, version = "0.0.1", package = "uu_tar", path = "src/uu/tar" }

0 commit comments

Comments
 (0)