1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-17 20:28:03 +02:00

deps: upgrade pcre2-sys to 0.2.5

This brings in a PR that disables the JIT on certain Apple targets since
it doesn't appear to build.

See: https://github.com/BurntSushi/rust-pcre2/pull/16
This commit is contained in:
Andrew Gallant 2020-08-27 09:37:53 -04:00
parent ac7d4c99b9
commit 11c7b2ae17
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

4
Cargo.lock generated
View File

@ -387,9 +387,9 @@ dependencies = [
[[package]]
name = "pcre2-sys"
version = "0.2.4"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69273127cf90457a84319ddb7c137b8c187a2221beefe4d82daa670e09b2cc3c"
checksum = "dec30e5e9ec37eb8fbf1dea5989bc957fd3df56fbee5061aa7b7a99dbb37b722"
dependencies = [
"cc",
"libc",