Skip to content

Commit 70ab7c0

Browse files
committed
Upgrade to clap 4
1 parent 3be1ab1 commit 70ab7c0

File tree

53 files changed

+468
-663
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+468
-663
lines changed

Cargo.lock

+17-93
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ test = ["dep:once_cell", "dep:walkdir"]
4949
anyhow.workspace = true
5050
cfg-if = "1.0"
5151
chrono = { version = "0.4", default-features = false, features = ["std"] }
52-
clap = { version = "3", features = ["deprecated", "wrap_help"] }
53-
clap_complete = "3"
52+
clap = { version = "4", features = ["wrap_help"] }
53+
clap_complete = "4"
5454
derivative.workspace = true
5555
download = { path = "download", default-features = false }
5656
effective-limits = "0.5.5"

0 commit comments

Comments
 (0)