]> git.proxmox.com Git - cargo.git/commitdiff
chore: Upgrade to clap 3.2
authorEd Page <eopage@gmail.com>
Mon, 13 Jun 2022 15:02:07 +0000 (10:02 -0500)
committerEd Page <eopage@gmail.com>
Mon, 13 Jun 2022 15:02:23 +0000 (10:02 -0500)
Cargo.toml
tests/testsuite/cargo_add/invalid_target_empty/stderr.log

index 42fe3165a734ab2f1f5af1b97355dffe3df63dfc..b1efa4c6323bd02519dee94a23cd6ac04d8caf6c 100644 (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"
index 44aad058cbc16751962bbea1360ca0de7d61ed83..5bc29bef9b46f2497dcd29ee2ad1c7e4bdb1cd22 100644 (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