Cargo.toml: bump bitflags

This commit is contained in:
Igor Gnatenko 2017-02-25 23:57:14 +01:00 committed by GitHub
parent 6ec80662d3
commit d19d56e635

View file

@ -16,7 +16,7 @@ A simple to use, efficient, and full featured Command Line Argument Parser
"""
[dependencies]
bitflags = "0.7.0"
bitflags = "0.8.0"
vec_map = "0.6.0"
unicode-width = "0.1.4"
unicode-segmentation = "1.0.1"