1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-13 21:28:13 +02:00

globset README version bump

This commit is contained in:
Benjamin Sago 2017-10-02 12:33:12 +02:00 committed by Andrew Gallant
parent 6b79349f83
commit 4f1d6af296

View File

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