File: drop-completion

package info (click to toggle)
python-maturin 1.9.4-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,424 kB
  • sloc: python: 656; javascript: 93; sh: 55; makefile: 10
file content (13 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -96,3 +96,2 @@
 ] }
-clap_complete_command = { version = "0.6.1", optional = true }
 
@@ -151,5 +150,3 @@
 
-full = ["cli-completion", "scaffolding", "upload"]
-
-cli-completion = ["dep:clap_complete_command"]
+full = ["scaffolding", "upload"]