Bump cfg-expr from 0.8 to 0.9

epel9
Fabio Valentini 3 years ago
parent 5289b4351e
commit a7af549618
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -14,6 +14,10 @@ Summary: Declarative dependencies in Cargo.toml
License: MIT or ASL 2.0
URL: https://crates.io/crates/system-deps
Source: %{crates_source}
# Initial patched metadata
# * bump cfg-expr from 0.8 to 0.9:
# https://github.com/gdesmott/system-deps/commit/96d6b9c
Patch0: system-deps-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}

@ -0,0 +1,11 @@
--- system-deps-3.2.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ system-deps-3.2.0/Cargo.toml 2021-11-15T18:00:26.700680+00:00
@@ -25,7 +25,7 @@
version = "1.0"
[dependencies.cfg-expr]
-version = "0.8"
+version = "0.9"
[dependencies.heck]
version = "0.3"
Loading…
Cancel
Save