From 5aec230fcd72f886f5aaa3333ac1e279f5010624 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 10 Jan 2025 22:26:26 +0100 Subject: readrom: Remove the derive feature from clap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows us to statically build the 'readrom' binary, as that feature from clap prevented that option. Signed-off-by: Miquel Sabaté Solà --- crates/readrom/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/readrom/Cargo.toml') diff --git a/crates/readrom/Cargo.toml b/crates/readrom/Cargo.toml index 68ca68c..93d6134 100644 --- a/crates/readrom/Cargo.toml +++ b/crates/readrom/Cargo.toml @@ -7,5 +7,5 @@ license.workspace = true authors.workspace = true [dependencies] -clap = { version = "^4", features = ["derive"] } +clap = "^4" header.workspace = true -- cgit v1.2.3