summaryrefslogtreecommitdiffstats
path: root/grep-regex
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-regex
parente46aeb34f85ad1d510f28ddd949d7ddc0c03a094 (diff)
deps: update libripgrep crate versions
This prepares them for an initial 0.1.0 release.
Diffstat (limited to 'grep-regex')
-rw-r--r--grep-regex/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/grep-regex/Cargo.toml b/grep-regex/Cargo.toml
index e39c68dd..e37ba499 100644
--- a/grep-regex/Cargo.toml
+++ b/grep-regex/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "grep-regex"
-version = "0.0.1" #:version
+version = "0.1.0" #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = """
Use Rust's regex library with the 'grep' crate.
@@ -14,8 +14,8 @@ license = "Unlicense/MIT"
[dependencies]
log = "0.4"
-grep-matcher = { version = "0.0.1", path = "../grep-matcher" }
+grep-matcher = { version = "0.1.0", path = "../grep-matcher" }
regex = "1"
regex-syntax = "0.6"
-thread_local = "0.3.5"
+thread_local = "0.3.6"
utf8-ranges = "1"