summaryrefslogtreecommitdiffstats
path: root/globset
diff options
context:
space:
mode:
authorBastien Orivel <eijebong@bananium.fr>2018-05-07 19:07:30 +0200
committerAndrew Gallant <jamslam@gmail.com>2018-05-07 13:07:30 -0400
commit49f36c7dcdc0f26ecbd956b4ed0ffe7a256b64f5 (patch)
treeff217162dc6284207f7b3e66555138015ace608a /globset
parent83b4fdb8d664afe7773ce674b5f1b658c2c5a057 (diff)
deps: update regex to 1.0
We retain the `simd-accel` feature on globset for backwards compatibility, but will remove it in the next semver release.
Diffstat (limited to 'globset')
-rw-r--r--globset/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/globset/Cargo.toml b/globset/Cargo.toml
index 982263d1..e41da40e 100644
--- a/globset/Cargo.toml
+++ b/globset/Cargo.toml
@@ -23,10 +23,10 @@ aho-corasick = "0.6.0"
fnv = "1.0"
log = "0.4"
memchr = "2"
-regex = "0.2.9"
+regex = "1"
[dev-dependencies]
glob = "0.2"
[features]
-simd-accel = ["regex/simd-accel"]
+simd-accel = []