pcre2: use jit_if_available

This will allow PCRE2 to fall back to non-JIT matching when running on
platforms without JIT support.

ref https://github.com/BurntSushi/rust-pcre2/issues/3
This commit is contained in:
Andrew Gallant
2018-09-08 17:12:14 -04:00
parent 0f7494216f
commit eb18da0450
6 changed files with 34 additions and 17 deletions

View File

@@ -45,7 +45,7 @@ members = [
]
[dependencies]
grep = { version = "0.2.2", path = "grep" }
grep = { version = "0.2.3", path = "grep" }
ignore = { version = "0.4.4", path = "ignore" }
lazy_static = "1.1.0"
log = "0.4.5"