Some modifications to allow cargo verification to work

This commit is contained in:
Pavan Kumar Sunkara 2020-05-03 11:48:01 +02:00
parent 8f98a329da
commit b562ce4d63
3 changed files with 7 additions and 2 deletions

View file

@ -32,26 +32,32 @@ bench = false
[[bench]]
harness = false
name = "01_default"
path = "benches/01_default.rs"
[[bench]]
harness = false
name = "02_simple"
path = "benches/02_simple.rs"
[[bench]]
harness = false
name = "03_complex"
path = "benches/03_complex.rs"
[[bench]]
harness = false
name = "04_new_help"
path = "benches/04_new_help.rs"
[[bench]]
harness = false
name = "05_ripgrep"
path = "benches/05_ripgrep.rs"
[[bench]]
harness = false
name = "06_rustup"
path = "benches/06_rustup.rs"
[badges]
is-it-maintained-issue-resolution = { repository = "clap-rs/clap" }

View file

@ -43,7 +43,7 @@ heck = "0.3.0"
proc-macro-error = "0.4.9"
[dev-dependencies]
clap = { path = "../", version = "3.0.0-beta.1" }
clap = { path = "../" }
trybuild = "1.0"
rustversion = "1"
version-sync = "0.8"

View file

@ -21,7 +21,6 @@ keywords = [
"generate",
"completion",
"manpage",
"parse"
]
categories = ["command-line-interface"]
license = "MIT OR Apache-2.0"