Upgrade arg parsing to clap v3, take two (#900)
* Upgrade arg parsing to clap v3 * Bump Rust version in CI to 1.57.0 * Make clippy happy Co-authored-by: Roey Darwish Dror <roey.ghost@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@ serde = { version = "1.0.125", features = ["derive"] }
|
||||
toml = "0.5.8"
|
||||
which_crate = { version = "4.1.0", package = "which" }
|
||||
shellexpand = "2.1.0"
|
||||
structopt = "0.3.21"
|
||||
clap = { version = "3.1", features = ["cargo", "derive"] }
|
||||
log = "0.4.14"
|
||||
walkdir = "2.3.2"
|
||||
console = "0.15.0"
|
||||
|
||||
Reference in New Issue
Block a user