Skip to content

Commit 56f008d

Browse files
committed
feat(complete): Include descriptions in zsh
1 parent 944559f commit 56f008d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 9 additions & 9 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
@@ -36,8 +36,8 @@ cargo-test-support = { version = "0.6.0", path = "crates/cargo-test-support" }
3636
cargo-util = { version = "0.2.14", path = "crates/cargo-util" }
3737
cargo-util-schemas = { version = "0.7.0", path = "crates/cargo-util-schemas" }
3838
cargo_metadata = "0.18.1"
39-
clap = "4.5.18"
40-
clap_complete = { version = "4.5.32", features = ["unstable-dynamic"] }
39+
clap = "4.5.20"
40+
clap_complete = { version = "4.5.35", features = ["unstable-dynamic"] }
4141
color-print = "0.3.6"
4242
core-foundation = { version = "0.10.0", features = ["mac_os_10_7_support"] }
4343
crates-io = { version = "0.40.4", path = "crates/crates-io" }

0 commit comments

Comments
 (0)