Skip to content

Commit

Permalink
Downgrade clap to 3.1 to avoid a lot of deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Jun 14, 2022
1 parent efdb79c commit 350571c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Expand Up @@ -20,7 +20,8 @@ async-recursion = "1.0"
byteorder = "1"
bytes = "1"
chrono = "0.4"
clap = { version = "3", features = ["derive"] }
# https://github.com/clap-rs/clap/issues/3822
clap = { version = "~3.1", features = ["derive"] }
crc32c = "0.6"
custom_debug_derive = "0.5"
data-encoding = "2"
Expand Down

0 comments on commit 350571c

Please sign in to comment.