mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 22:32:33 +00:00
Bump vec_map.
This commit is contained in:
parent
10c1d1bd3e
commit
242020330d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ A simple to use, efficient, and full featured Command Line Argument Parser
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "0.8.0"
|
bitflags = "0.8.0"
|
||||||
vec_map = "0.6.0"
|
vec_map = "0.7.0"
|
||||||
unicode-width = "0.1.4"
|
unicode-width = "0.1.4"
|
||||||
unicode-segmentation = "1.0.1"
|
unicode-segmentation = "1.0.1"
|
||||||
strsim = { version = "0.6.0", optional = true }
|
strsim = { version = "0.6.0", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue