Skip to content

Commit

Permalink
Downgrade clap to 4.4
Browse files Browse the repository at this point in the history
clap 4.5 actually requires Rust 1.74, and we are not ready to
update yet.

Fixes: 44440f4.
  • Loading branch information
cbs228 committed Feb 24, 2024
1 parent 44440f4 commit 895e776
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/samedec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"
sameold = {path = "../sameold", version = "^0.3.0"}
anyhow = "^1"
byteorder = "^1.4"
clap = {version = "^4", features = ["color", "derive", "wrap_help"]}
clap = {version = "=4.4.18", features = ["color", "derive", "wrap_help"]}
terminal_size = "^0.3"
log = "^0.4"
pretty_env_logger = "^0.5"
Expand Down

0 comments on commit 895e776

Please sign in to comment.