Skip to content

Commit

Permalink
Merge pull request #3636 from epage/derive
Browse files Browse the repository at this point in the history
fix(derive): Couple derive version to clap
  • Loading branch information
epage committed Apr 15, 2022
2 parents 027f251 + ed57342 commit 4abf9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -118,7 +118,7 @@ name = "06_rustup"
path = "benches/06_rustup.rs"

[dependencies]
clap_derive = { path = "./clap_derive", version = "3.1.7", optional = true }
clap_derive = { path = "./clap_derive", version = "=3.1.7", optional = true }
clap_lex = { path = "./clap_lex", version = "0.1.0" }
bitflags = "1.2"
textwrap = { version = "0.15.0", default-features = false, features = [] }
Expand Down

0 comments on commit 4abf9d7

Please sign in to comment.