From ecc8828921ae9c875fc98362a01903ed860f200a Mon Sep 17 00:00:00 2001 From: Alan Smithee Date: Thu, 27 Jan 2022 20:42:50 +0900 Subject: [PATCH] fixed clap library version specifed #370 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af29763b..b0b69351 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ quick-xml = {version = "0.17", features = ["serialize"] } serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0"} serde_derive = "1.0" -clap = "*" +clap = "2.*" regex = "1.5.4" csv = "1.1" base64 = "*"