Skip to content

Commit

Permalink
Pin clap_derive version (clap-rs#2706)
Browse files Browse the repository at this point in the history
* Pin clap_derive version

* Pin clap version in clap_generate
  • Loading branch information
ldm0 authored Aug 17, 2021
1 parent 9d5cf64 commit b1d364a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ name = "06_rustup"
path = "benches/06_rustup.rs"

[dependencies]
clap_derive = { path = "./clap_derive", version = "3.0.0-beta.4", optional = true }
clap_derive = { path = "./clap_derive", version = "=3.0.0-beta.4", optional = true }
bitflags = "1.2"
textwrap = { version = "0.14.0", default-features = false, features = [] }
indexmap = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion clap_generate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ readme = "README.md"
bench = false

[dependencies]
clap = { path = "../", version = "3.0.0-beta.4" }
clap = { path = "../", version = "=3.0.0-beta.4" }

[dev-dependencies]
pretty_assertions = "0.7"
Expand Down

0 comments on commit b1d364a

Please sign in to comment.