Skip to content

Commit

Permalink
Update clap to v4.5
Browse files Browse the repository at this point in the history
This was previously locked to 4.4 due to MSRV
incompatibilities which are now resolved.
  • Loading branch information
FreezyLemon committed Sep 14, 2024
1 parent 7ab0de1 commit 1196f6f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 20 deletions.
30 changes: 12 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ dump_lookahead_data = ["byteorder", "image"]
arg_enum_proc_macro = "0.3.4"
bitstream-io = "~2.3.0"
cfg-if = "1.0"
clap = { version = "~4.4.17", optional = true, default-features = false, features = [
clap = { version = "4.5", optional = true, default-features = false, features = [
"color",
"std",
"wrap_help",
"derive",
] }
clap_complete = { version = "~4.4.7", optional = true }
clap_complete = { version = "4.5", optional = true }
libc = "0.2"
y4m = { version = "0.8", optional = true }
backtrace = { version = "0.3", optional = true }
Expand Down

0 comments on commit 1196f6f

Please sign in to comment.