Skip to content

Commit 6f475f0

Browse files
committed
chore: Upgrade to clap 3.2
1 parent 55f8a26 commit 6f475f0

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ toml_edit = { version = "0.14.3", features = ["serde", "easy", "perf"] }
6363
unicode-xid = "0.2.0"
6464
url = "2.2.2"
6565
walkdir = "2.2"
66-
clap = "3.1.0"
66+
clap = "3.2.1"
6767
unicode-width = "0.1.5"
6868
openssl = { version = '0.10.11', optional = true }
6969
im-rc = "15.0.0"
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
error: The argument '--target <TARGET>' requires a value but none was supplied
22

3-
USAGE:
4-
cargo add [OPTIONS] <DEP>[@<VERSION>] ...
5-
cargo add [OPTIONS] --path <PATH> ...
6-
cargo add [OPTIONS] --git <URL> ...
7-
83
For more information try --help

0 commit comments

Comments
 (0)