mirror of
https://github.com/clap-rs/clap
synced 2025-01-18 23:53:54 +00:00
Merge pull request #3636 from epage/derive
fix(derive): Couple derive version to clap
This commit is contained in:
commit
4abf9d7f2e
1 changed files with 1 additions and 1 deletions
|
@ -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 = [] }
|
||||
|
|
Loading…
Reference in a new issue