Update to version 0.11.13; Fixes RHBZ#2255950

epel9
Fabio Valentini 1 year ago
parent 4a689834b3
commit 391ca11a1f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/serde_bytes-0.11.9.crate /serde_bytes-0.11.9.crate
/serde_bytes-0.11.11.crate /serde_bytes-0.11.11.crate
/serde_bytes-0.11.12.crate /serde_bytes-0.11.12.crate
/serde_bytes-0.11.13.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate serde_bytes %global crate serde_bytes
Name: rust-serde_bytes Name: rust-serde_bytes
Version: 0.11.12 Version: 0.11.13
Release: %autorelease Release: %autorelease
Summary: Optimized handling of &[u8] and Vec<u8> for Serde Summary: Optimized handling of &[u8] and Vec<u8> for Serde
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/serde_bytes URL: https://crates.io/crates/serde_bytes
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Optimized handling of `&[u8]` and `Vec<u8>` for Serde.} Optimized handling of `&[u8]` and `Vec<u8>` for Serde.}
@ -72,7 +72,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (serde_bytes-0.11.12.crate) = 45ca6015b8113376087b58cb3bae1569dfc77ef87fc54584756f058bd830322c8282d3e12135f695acbbe3321d37d7200d9dc552f2ee3aeea7331fa146155d44 SHA512 (serde_bytes-0.11.13.crate) = 972c2136d6ca9694c4c8139d75c8df97003a3c127c7c496ca7e7e6b9646842f896d452a69a3940d837a676294bb2b40722bcf30483c9edc062551c910d2fa3d3

Loading…
Cancel
Save