Update strsim to 0.9

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

@ -1,11 +1,11 @@
--- darling_core-0.9.0/Cargo.toml 1970-01-01T00:00:00+00:00 --- darling_core-0.9.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ darling_core-0.9.0/Cargo.toml 2019-03-25T18:35:06.146014+00:00 +++ darling_core-0.9.0/Cargo.toml 2019-04-07T07:02:49.104537+00:00
@@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@
version = "0.6" version = "0.6"
[dependencies.strsim] [dependencies.strsim]
-version = "0.7.0" -version = "0.7.0"
+version = "0.8.0" +version = "0.9"
optional = true optional = true
[dependencies.syn] [dependencies.syn]

@ -6,14 +6,14 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.9.0 Version: 0.9.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Helper crate for proc-macro library for reading attributes into structs Summary: Helper crate for proc-macro library for reading attributes into structs
License: MIT License: MIT
URL: https://crates.io/crates/darling_core URL: https://crates.io/crates/darling_core
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * Update strsim to 0.8, upstream wants to keep compatibility with old rustc # * Update strsim to 0.9, https://github.com/TedDriggs/darling/pull/73
Patch0: darling_core-fix-metadata.diff Patch0: darling_core-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -110,6 +110,9 @@ which use "suggestions" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Apr 07 09:02:49 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-2
- Update strsim to 0.9
* Mon Mar 25 19:35:06 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-1 * Mon Mar 25 19:35:06 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-1
- Update to 0.9.0 - Update to 0.9.0

Loading…
Cancel
Save