chore: Upgrade to clap 3.2

This commit is contained in:
Ed Page 2022-06-13 10:02:07 -05:00
parent 55f8a260e0
commit 6f475f090e
2 changed files with 1 additions and 6 deletions

View file

@ -63,7 +63,7 @@ toml_edit = { version = "0.14.3", features = ["serde", "easy", "perf"] }
unicode-xid = "0.2.0"
url = "2.2.2"
walkdir = "2.2"
clap = "3.1.0"
clap = "3.2.1"
unicode-width = "0.1.5"
openssl = { version = '0.10.11', optional = true }
im-rc = "15.0.0"

View file

@ -1,8 +1,3 @@
error: The argument '--target <TARGET>' requires a value but none was supplied
USAGE:
cargo add [OPTIONS] <DEP>[@<VERSION>] ...
cargo add [OPTIONS] --path <PATH> ...
cargo add [OPTIONS] --git <URL> ...
For more information try --help