1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-04-02 20:45:38 +02:00

Bump Cargo.toml version in ReadMe from 0.2 to 0.3

This commit is contained in:
David Barsky 2017-11-17 17:12:16 -05:00 committed by Andrew Gallant
parent 948821753c
commit 2c84825ccb

View File

@ -20,7 +20,7 @@ Add this to your `Cargo.toml`:
```toml
[dependencies]
ignore = "0.2"
ignore = "0.3"
```
and this to your crate root: