specified clap version specified #370

This commit is contained in:
Alan Smithee
2022-01-27 20:34:58 +09:00
parent b12029de5c
commit 957c0b09d3

View File

@@ -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 = "*"