Update to version 0.3.24; Fixes RHBZ#2154570

epel10
Fabio Valentini 2 years ago
parent 26677eb617
commit e738313d80
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/erased-serde-0.3.21.crate /erased-serde-0.3.21.crate
/erased-serde-0.3.22.crate /erased-serde-0.3.22.crate
/erased-serde-0.3.23.crate /erased-serde-0.3.23.crate
/erased-serde-0.3.24.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 23
# * tests require files which are not shipped with published crates # * tests require files which are not shipped with published crates
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate erased-serde %global crate erased-serde
Name: rust-erased-serde Name: rust-erased-serde
Version: 0.3.23 Version: 0.3.24
Release: %autorelease Release: %autorelease
Summary: Type-erased Serialize and Serializer traits Summary: Type-erased Serialize and Serializer traits
@ -14,8 +14,6 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/erased-serde URL: https://crates.io/crates/erased-serde
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (erased-serde-0.3.23.crate) = e37e6f166fb2577dbd87c0e686848ae005e5c799d849ff280070153a1d33ad4fd7e7cc11d0348344898e3c33c456f1594683c33baff572f4bc99ac89cdb2bb53 SHA512 (erased-serde-0.3.24.crate) = 9ffbc1db81f15815a8c94b4c590a0329a416a4b3503d0e0c237b1793874dc1083f433af926207f7a4f003faaaabc66ac6115539b3d82e821ce1df597caa18932

Loading…
Cancel
Save