From 8cca7af761ef365ef1c8f626172c1b7a8da4e8ed Mon Sep 17 00:00:00 2001 From: o2sh Date: Sun, 27 Nov 2022 22:46:33 +0100 Subject: [PATCH] fix clap deps --- image/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Cargo.toml b/image/Cargo.toml index 3c1ffd23..a479f803 100644 --- a/image/Cargo.toml +++ b/image/Cargo.toml @@ -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]