Codebase list rust-serde-xml-rs / ac26860
indicatif: lower console dep Sylvestre Ledru 3 years ago
2 changed file(s) with 14 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Index: indicatif/Cargo.toml
1 ===================================================================
2 --- indicatif.orig/Cargo.toml
3 +++ indicatif/Cargo.toml
4 @@ -23,7 +23,7 @@ keywords = ["cli", "progress", "pb", "co
5 license = "MIT"
6 repository = "https://github.com/mitsuhiko/indicatif"
7 [dependencies.console]
8 -version = ">=0.9.1, <1.0.0"
9 +version = ">=0.8.0, <1.0.0"
10
11 [dependencies.lazy_static]
12 version = "1.0"