Skip to content

Commit

Permalink
Auto merge of #11619 - epage:test, r=ehuss
Browse files Browse the repository at this point in the history
test: Update for clap 4.1.3

The latest clap release fixed a bug with the algorithm for providing suggestions, leading this suggestion to change.
  • Loading branch information
bors committed Jan 24, 2023
2 parents ca0557a + 8fb9eff commit b862c6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ toml_edit = { version = "0.15.0", features = ["serde", "easy", "perf"] }
unicode-xid = "0.2.0"
url = "2.2.2"
walkdir = "2.2"
clap = "4.1.1"
clap = "4.1.3"
unicode-width = "0.1.5"
openssl = { version = '0.10.11', optional = true }
im-rc = "15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/testsuite/cargo_add/invalid_arg/stderr.log
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
error: unexpected argument '--flag' found

note: to pass '--flag' as a value, use '-- --flag'
note: argument '--tag' exists

Usage: cargo add [OPTIONS] <DEP>[@<VERSION>] ...
cargo add [OPTIONS] --path <PATH> ...
Expand Down

0 comments on commit b862c6d

Please sign in to comment.