mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-04-19 09:02:15 +02:00
use termcolor 0.3, not 0.1
This commit is contained in:
parent
79d40d0e20
commit
cffba53379
@ -25,7 +25,7 @@ Add this to your `Cargo.toml`:
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
termcolor = "0.1"
|
termcolor = "0.3"
|
||||||
```
|
```
|
||||||
|
|
||||||
and this to your crate root:
|
and this to your crate root:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user