Update version-sync to 0.8

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 4aa6fde556
commit 2e83ab9526
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -13,6 +13,9 @@ Summary: YAML support for Serde
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/serde_yaml URL: https://crates.io/crates/serde_yaml
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * Update version-sync to 0.8, https://github.com/dtolnay/serde-yaml/pull/132
Patch0: serde_yaml-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}

@ -0,0 +1,10 @@
--- serde_yaml-0.8.9/Cargo.toml 1970-01-01T00:00:00+00:00
+++ serde_yaml-0.8.9/Cargo.toml 2019-06-20T07:30:54.955498+00:00
@@ -38,6 +38,6 @@
version = "0.1"
[dev-dependencies.version-sync]
-version = "0.5"
+version = "0.8"
[badges.travis-ci]
repository = "dtolnay/serde-yaml"
Loading…
Cancel
Save