Update to version 0.20.3; Fixes RHBZ#2190304

epel9 imports/e9/rust-darling_core-0.20.3-1.el9
Fabio Valentini 2 years ago
parent df687f6db7
commit 4b70d701ed
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/darling_core-0.14.2.crate
/darling_core-0.14.3.crate
/darling_core-0.14.4.crate
/darling_core-0.20.3.crate

@ -5,9 +5,9 @@
%global crate darling_core
Name: rust-darling_core
Version: 0.14.4
Version: 0.20.3
Release: %autorelease
Summary: Helper crate for proc-macro library for reading attributes into structs
Summary: Parse attributes into structs for custom derive implementations (helper crate)
License: MIT
URL: https://crates.io/crates/darling_core

@ -0,0 +1,2 @@
[DEFAULT]
summary = Parse attributes into structs for custom derive implementations (helper crate)

@ -1 +1 @@
SHA512 (darling_core-0.14.4.crate) = 6df7e911a543e9cadd0810cd8bf6563e2f000b52bab875f7a34d229bb6c4fb7beb6ebbc4fb0e12b97f23616280a20f306210abdfd1dd094c53da35f97be27b96
SHA512 (darling_core-0.20.3.crate) = e655d0fe74f2015f60c749480a55e701076ea003e2263a65d2263293de038c8b4fe2b4103b2b6b95db63ac465e0623970fc54ff176177e7d7ce248330af99d7f

Loading…
Cancel
Save