1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-17 20:28:03 +02:00

globset/doc: update README for 0.3 release

This commit is contained in:
Markus Staab 2018-03-12 12:19:55 +01:00 committed by Andrew Gallant
parent 00520b30f5
commit 7120f32258

View File

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