1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-02-09 14:14:56 +02:00

use termcolor 0.3, not 0.1

This commit is contained in:
Andrew Gallant 2017-02-19 11:27:41 -05:00
parent 79d40d0e20
commit cffba53379

View File

@ -25,7 +25,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
termcolor = "0.1"
termcolor = "0.3"
```
and this to your crate root: