mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-25 09:11:57 -07:00
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.
This commit is contained in:
committed by
Andrew Gallant
parent
83b4fdb8d6
commit
49f36c7dcd
@@ -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 = []
|
||||
|
Reference in New Issue
Block a user