Skip to content

Commit

Permalink
Allow clap 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Nov 21, 2023
1 parent 281b281 commit 43d326e
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 @@ -11,7 +11,7 @@ license = "ISC"
default = ["clap"]

[dependencies]
clap = { version = "4.0.15", optional = true, features = ["derive"] }
clap = { version = "4", optional = true, features = ["derive"] }
current_platform = "0.2.0"
dunce = "1.0.3"
glob = "0.3.0"
Expand Down

0 comments on commit 43d326e

Please sign in to comment.