1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-08-04 21:52:54 +02:00
This commit is contained in:
Andrew Gallant
2016-10-29 22:42:28 -04:00
parent c767bccade
commit 6b038511c7

View File

@ -1,6 +1,6 @@
[package]
name = "ripgrep"
version = "0.2.4" #:version
version = "0.2.5" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Line oriented search tool using Rust's regex library. Combines the raw