Skip to content

Commit

Permalink
fix clap deps
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Nov 27, 2022
1 parent 2888186 commit 8cca7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"

[dependencies]
anyhow = "1.0"
clap = "4.0.26"
clap = { version = "4.0.26", features = ["derive"] }
image = "0.24.4"

[target.'cfg(not(windows))'.dependencies]
Expand Down

0 comments on commit 8cca7af

Please sign in to comment.