Update to version 0.7.28; Fixes RHBZ#2033937

epel9
Rémi Lauzier 3 years ago
parent 2b08bd4eac
commit f894afcb21
No known key found for this signature in database
GPG Key ID: D4B9ECD143336C1D

1
.gitignore vendored

@ -8,3 +8,4 @@
/rkyv-0.7.24.crate /rkyv-0.7.24.crate
/rkyv-0.7.26.crate /rkyv-0.7.26.crate
/rkyv-0.7.27.crate /rkyv-0.7.27.crate
/rkyv-0.7.28.crate

@ -1,13 +1,11 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 20
# Disable doc-test due to missing function
# https://github.com/rkyv/rkyv/issues/235
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate rkyv %global crate rkyv
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.27 Version: 0.7.28
Release: %autorelease Release: %autorelease
Summary: Zero-copy deserialization framework for Rust Summary: Zero-copy deserialization framework for Rust
@ -318,7 +316,7 @@ use "validation" feature of "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%cargo_test -- --lib %cargo_test
%endif %endif
%changelog %changelog

@ -1 +1 @@
SHA512 (rkyv-0.7.27.crate) = 073a51a40e998876aea68604afaeefc93d51261aa23c2c288a88adebd339596a33abed7e660907f4eb0084492ef0dce749e567aed4fd48711f4d0ea81d2e68f3 SHA512 (rkyv-0.7.28.crate) = 062b6e2095df75ae51cc0473d5e008ea3037d964e5ac092b07d89089a24bae9a05b576b09d0045845b7f8c9d2f73dfec3683c44970794f52bb0ef59409dd3085

Loading…
Cancel
Save