Fix structopt dependency (fix #165)

This commit is contained in:
Roey Darwish Dror
2019-06-12 14:37:29 +03:00
parent af1fc45bc2
commit 12fdd326d7
2 changed files with 51 additions and 51 deletions

View File

@@ -18,7 +18,7 @@ serde = { version = "1.0.92", features = ["derive"] }
toml = "0.5.1"
which_crate = { version = "2.0.1", package = "which" }
shellexpand = "1.0.0"
structopt = "0.2.17"
structopt = "0.2.16"
log = "0.4.6"
env_logger = "0.6.1"
walkdir = "2.2.7"