Merge pull request #3636 from epage/derive

fix(derive): Couple derive version to clap
This commit is contained in:
Ed Page 2022-04-15 14:35:22 -05:00 committed by GitHub
commit 4abf9d7f2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [] }