mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
Bump version-sync version
This commit is contained in:
parent
a8c9d28ead
commit
a684e9a51d
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ regex = { version = "1.0", optional = true }
|
|||
[dev-dependencies]
|
||||
regex = "1.0"
|
||||
lazy_static = "1"
|
||||
version-sync = "0.8"
|
||||
version-sync = "0.9"
|
||||
criterion = "0.3.2"
|
||||
|
||||
[features]
|
||||
|
|
|
@ -47,7 +47,7 @@ clap = { path = "../" }
|
|||
clap_generate = { path = "../clap_generate" }
|
||||
trybuild = "1.0"
|
||||
rustversion = "1"
|
||||
version-sync = "0.8"
|
||||
version-sync = "0.9"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
Loading…
Reference in a new issue