Skip to content

Commit

Permalink
Broaden clap version bound
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Apr 7, 2024
1 parent d65def4 commit ef86bdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ categories = ["command-line-utilities"]
autobins = false

[dependencies]
clap = { version = "4.4.18", features = ["derive"] }
clap_complete = "4.4.18"
clap_complete_nushell = "4.4.18"
clap = { version = "4.4", features = ["derive"] }
clap_complete = "4.4"
clap_complete_nushell = "4.4"
walkdir = "1"
time = "0.1"
error-chain = "0.12"
Expand Down

0 comments on commit ef86bdf

Please sign in to comment.