Update to version 1.0.150; Fixes RHBZ#2136789

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

1
.gitignore vendored

@ -89,3 +89,4 @@
/serde_derive-1.0.143.crate /serde_derive-1.0.143.crate
/serde_derive-1.0.144.crate /serde_derive-1.0.144.crate
/serde_derive-1.0.145.crate /serde_derive-1.0.145.crate
/serde_derive-1.0.150.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 23
# * tests can only be run in-tree # * tests can only be run in-tree
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate serde_derive %global crate serde_derive
Name: rust-serde_derive Name: rust-serde_derive
Version: 1.0.145 Version: 1.0.150
Release: %autorelease Release: %autorelease
Summary: Macros 1.1 implementation of #[derive(Serialize, Deserialize)] Summary: Macros 1.1 implementation of #[derive(Serialize, Deserialize)]
@ -14,8 +14,6 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/serde_derive URL: https://crates.io/crates/serde_derive
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 (serde_derive-1.0.145.crate) = 267389f8cd6d3a7b7d4a4d3226346999294e2fbef7446ff1cd1183dfb4fd17409f5891f6c2cae113b79cffdaca07f2037fd2f4108f93723e6baa5153bb9a61c6 SHA512 (serde_derive-1.0.150.crate) = 7282c65063477d0e9492b9d80d34f089bbceab422408daa1651403bd6e3f8a31b854cd7a588ee475e7a005970d173242083865847b15cd5ee231fb7d8c12b98b

Loading…
Cancel
Save