Bump syntect dependency to 0.7

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 4 years ago
parent ab3cc7d935
commit a8e5298ebf
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

@ -14,6 +14,9 @@ Summary: Library for high quality syntax highlighting and code intelligen
License: MIT License: MIT
URL: https://crates.io/crates/syntect URL: https://crates.io/crates/syntect
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * Update fancy-regex to 0.7, https://github.com/trishume/syntect/issues/343
Patch0: syntect-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}

@ -0,0 +1,11 @@
--- syntect-4.5.0/Cargo.toml 2020-12-09T23:32:03+00:00
+++ syntect-4.5.0/Cargo.toml 2021-07-24T10:03:30.496025+00:00
@@ -46,7 +46,7 @@
version = "1.0.4"
[dependencies.fancy-regex]
-version = "0.3.2"
+version = "0.7"
optional = true
[dependencies.flate2]
Loading…
Cancel
Save