mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
Merge pull request #3643 from bgilbert/build
fix(man): Explicitly depend on clap 3.1.10
This commit is contained in:
commit
b1623b7e3c
1 changed files with 2 additions and 2 deletions
|
@ -36,11 +36,11 @@ bench = false
|
|||
|
||||
[dependencies]
|
||||
roff = "0.2.1"
|
||||
clap = { path = "../", version = "3.1", default-features = false, features = ["std", "env"] }
|
||||
clap = { path = "../", version = "3.1.10", default-features = false, features = ["std", "env"] }
|
||||
|
||||
[dev-dependencies]
|
||||
snapbox = { version = "0.2", features = ["diff"] }
|
||||
clap = { path = "../", version = "3.1", default-features = false, features = ["std"] }
|
||||
clap = { path = "../", version = "3.1.10", default-features = false, features = ["std"] }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
Loading…
Reference in a new issue