Skip to content

Commit

Permalink
Pin the latest version of clap that supports Rust 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
emilevr committed Feb 14, 2024
1 parent d6ba8b2 commit 57ccd17
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 @@ -54,7 +54,7 @@ bench = ["clap/derive", "crossterm", "dirs", "ratatui", "criterion"]

[dependencies]
anyhow = "^1.0.72"
clap = { version = "^4.3.21", optional = true }
clap = { version = "=4.4.6", optional = true }
criterion = { version = "^0.5.1", default-features = false, features = [], optional = true }
crossterm = { version = "^0.27.0", optional = true }
dirs = { version = "^5.0.1", optional = true }
Expand Down

0 comments on commit 57ccd17

Please sign in to comment.