summaryrefslogtreecommitdiffstats
path: root/grep-searcher
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-08-20 07:26:56 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-08-20 17:34:45 -0400
commitafa06c518a2bb255fde2a27ef0d401e28fbb0296 (patch)
tree83e19a9abf0e0a05bd05bbd667dfd338750a9cc0 /grep-searcher
parente46aeb34f85ad1d510f28ddd949d7ddc0c03a094 (diff)
deps: update libripgrep crate versions
This prepares them for an initial 0.1.0 release.
Diffstat (limited to 'grep-searcher')
-rw-r--r--grep-searcher/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/grep-searcher/Cargo.toml b/grep-searcher/Cargo.toml
index 9fad2030..4218a598 100644
--- a/grep-searcher/Cargo.toml
+++ b/grep-searcher/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-searcher"
-version = "0.0.1" #:version
+version = "0.1.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Fast line oriented regex searching as a library.
@@ -16,13 +16,13 @@ license = "Unlicense/MIT"
bytecount = "0.3.1"
encoding_rs = "0.8"
encoding_rs_io = "0.1.2"
-grep-matcher = { version = "0.0.1", path = "../grep-matcher" }
+grep-matcher = { version = "0.1.0", path = "../grep-matcher" }
log = "0.4"
memchr = "2"
memmap = "0.6"
[dev-dependencies]
-grep-regex = { version = "0.0.1", path = "../grep-regex" }
+grep-regex = { version = "0.1.0", path = "../grep-regex" }
regex = "1"
[features]