Update to version 0.14.4; Fixes RHBZ#2177074

epel9
Fabio Valentini 2 years ago
parent c176002d2b
commit cd4ab74265
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/darling_core-0.13.4.crate /darling_core-0.13.4.crate
/darling_core-0.14.2.crate /darling_core-0.14.2.crate
/darling_core-0.14.3.crate /darling_core-0.14.3.crate
/darling_core-0.14.4.crate

@ -1,3 +0,0 @@
# rust-darling_core
The rust-darling_core package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate darling_core %global crate darling_core
Name: rust-darling_core Name: rust-darling_core
Version: 0.14.3 Version: 0.14.4
Release: %autorelease Release: %autorelease
Summary: Helper crate for proc-macro library for reading attributes into structs Summary: Helper crate for proc-macro library for reading attributes into structs
@ -16,8 +16,9 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Helper crate for proc-macro library for reading attributes into structs when Helper crate for proc-macro library for reading attributes into structs
implementing custom derives. Use https://crates.io/crates/darling in your code.} when implementing custom derives. Use https://crates.io/crates/darling
in your code.}
%description %{_description} %description %{_description}

@ -1 +1 @@
SHA512 (darling_core-0.14.3.crate) = 510ce6f974739f0ea046b0ab1dfab550f16de2d512e94065c3cd91380b0587e1455cf314afecfc5029f7b83cc6ee051914515e9f3eac5b85f95b13a46be445c7 SHA512 (darling_core-0.14.4.crate) = 6df7e911a543e9cadd0810cd8bf6563e2f000b52bab875f7a34d229bb6c4fb7beb6ebbc4fb0e12b97f23616280a20f306210abdfd1dd094c53da35f97be27b96

Loading…
Cancel
Save