From 957c0b09d312056cd8c56c09c8d433269a37c65c Mon Sep 17 00:00:00 2001 From: Alan Smithee Date: Thu, 27 Jan 2022 20:34:58 +0900 Subject: [PATCH] specified clap version specified #370 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 14c387ea..e1baa0f8 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 = "*"