Skip to content

Commit 7f44292

Browse files
committed
Auto merge of #14558 - epage:complete, r=ehuss
fix(complete): Fix problems on my machine ### What does this PR try to resolve? This pulls in - clap-rs/clap#5731 for `IFS` oddities I had - clap-rs/clap#5733 with the hope that this makes `CARGO_COMPLETE_BASH cargo +nightly` just work ### How should we test and review this PR? ### Additional information `clap` was completed next to `clap_complete` because `clap_complete` depends on unstable features from `clap`. None should have changed in this time window but I wanted to exercise caution.
2 parents 60fbfb9 + 90856d9 commit 7f44292

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ cargo-test-support = { version = "0.4.0", path = "crates/cargo-test-support" }
3535
cargo-util = { version = "0.2.14", path = "crates/cargo-util" }
3636
cargo-util-schemas = { version = "0.6.0", path = "crates/cargo-util-schemas" }
3737
cargo_metadata = "0.18.1"
38-
clap = "4.5.11"
39-
clap_complete = { version = "4.5.24", features = ["unstable-dynamic"] }
38+
clap = "4.5.17"
39+
clap_complete = { version = "4.5.28", features = ["unstable-dynamic"] }
4040
color-print = "0.3.6"
4141
completest-pty = "0.5.3"
4242
core-foundation = { version = "0.10.0", features = ["mac_os_10_7_support"] }

0 commit comments

Comments
 (0)