Skip to content

Commit

Permalink
Merge #1902
Browse files Browse the repository at this point in the history
1902: Some modifications to allow cargo verification to work r=CreepySkeleton a=pksunkara



Co-authored-by: Pavan Kumar Sunkara <[email protected]>
  • Loading branch information
bors[bot] and pksunkara authored May 3, 2020
2 parents 8f98a32 + b562ce4 commit 5239d2c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion clap_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion clap_generate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ keywords = [
"generate",
"completion",
"manpage",
"parse"
]
categories = ["command-line-interface"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 5239d2c

Please sign in to comment.