Skip to content

Commit

Permalink
Constrain clap version for 1.70 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Jul 30, 2024
1 parent 01b8267 commit bcc96c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rust-version = "1.70"
anyhow = "1.0"
base64 = "0.13"
byteorder = "1.3"
clap = "4.0"
clap = "4.0,<4.4" # For rust 1.70 compatibility
env_logger = "0.9"
flate2 = "1.0"
form_urlencoded = "1.1"
Expand Down

0 comments on commit bcc96c0

Please sign in to comment.