Skip to content

Commit

Permalink
Pin clap version to 4.4.18 in integration test crate
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Feb 18, 2024
1 parent 2a5b172 commit 9dfe77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = "3.1"
clap = { version = "=4.4.18" }
tempfile = "3.0"
log = "0.4"
env_logger = "0.6"
Expand Down

0 comments on commit 9dfe77e

Please sign in to comment.