Skip to content

Commit

Permalink
grep: release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Apr 15, 2019
1 parent d66610b commit 1a2a24e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -47,7 +47,7 @@ members = [

[dependencies]
bstr = "0.1.2"
grep = { version = "0.2.3", path = "grep" }
grep = { version = "0.2.4", path = "grep" }
ignore = { version = "0.4.7", path = "ignore" }
lazy_static = "1.1.0"
log = "0.4.5"
Expand Down
2 changes: 1 addition & 1 deletion grep/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep"
version = "0.2.3" #:version
version = "0.2.4" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.
Expand Down

0 comments on commit 1a2a24e

Please sign in to comment.