Browse Source

fix clap deps

pull/877/head
o2sh 3 years ago
parent
commit
8cca7af761
  1. 2
      image/Cargo.toml

2
image/Cargo.toml

@ -9,7 +9,7 @@ readme = "README.md" @@ -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]

Loading…
Cancel
Save