We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17d25f commit 2826eedCopy full SHA for 2826eed
clap_complete_nushell/Cargo.toml
@@ -32,7 +32,7 @@ bench = false
32
33
[dependencies]
34
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std"] }
35
-clap_complete = { path = "../clap_complete", version = "4.0.0" }
+clap_complete = { path = "../clap_complete", version = "4.5.51" }
36
completest = { version = "0.4.0", optional = true }
37
completest-nu = { version = "0.4.0", optional = true }
38
0 commit comments