Skip to content

Commit 51346ad

Browse files
authored
chore: Update clap_complete (#15121)
### What does this PR try to resolve? This includes `CARGO_COMPLETE=` and `CARGO_COMPLETE=0` to disable completions. I'm wanting access to this for my bash script that runs Cargo out of the `target/debug` without the outer cargo doing the completions ### How should we test and review this PR? ### Additional information
2 parents 5a882c1 + 7ab469d commit 51346ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cargo-util = { version = "0.2.19", path = "crates/cargo-util" }
3838
cargo-util-schemas = { version = "0.7.3", path = "crates/cargo-util-schemas" }
3939
cargo_metadata = "0.19.0"
4040
clap = "4.5.20"
41-
clap_complete = { version = "4.5.35", features = ["unstable-dynamic"] }
41+
clap_complete = { version = "4.5.44", features = ["unstable-dynamic"] }
4242
color-print = "0.3.6"
4343
core-foundation = { version = "0.10.0", features = ["mac_os_10_7_support"] }
4444
crates-io = { version = "0.40.9", path = "crates/crates-io" }

0 commit comments

Comments
 (0)