summaryrefslogtreecommitdiffstats
path: root/grep
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-05 18:22:12 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-05 18:22:12 -0400
commit2bda77c414d113b3640b372afffc781a2fe56e6d (patch)
treeb82f58a9aaa65cc33fdac0154062a29e32068bdc /grep
parent7a149c20fe9f7c33c6db4e7c2546505c05c7e96f (diff)
Fix deps so that others can build it.
Diffstat (limited to 'grep')
-rw-r--r--grep/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/grep/Cargo.toml b/grep/Cargo.toml
index 5da201e9..18371c94 100644
--- a/grep/Cargo.toml
+++ b/grep/Cargo.toml
@@ -16,5 +16,5 @@ license = "Unlicense/MIT"
[dependencies]
memchr = "0.1"
memmap = "0.2"
-regex = { version = "0.1", path = "/home/andrew/rust/regex" }
-regex-syntax = { version = "0.3.1", path = "/home/andrew/rust/regex/regex-syntax" }
+regex = "0.1.75"
+regex-syntax = "0.3.5"