Update to 0.11.3

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent c6001a7aa6
commit 612cfcce28
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -5,3 +5,4 @@
/serde_bytes-0.10.5.crate /serde_bytes-0.10.5.crate
/serde_bytes-0.11.1.crate /serde_bytes-0.11.1.crate
/serde_bytes-0.11.2.crate /serde_bytes-0.11.2.crate
/serde_bytes-0.11.3.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 11
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate serde_bytes %global crate serde_bytes
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.11.2 Version: 0.11.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: Optimized handling of `&[u8]` and `Vec<u8>` for Serde Summary: Optimized handling of `&[u8]` and `Vec<u8>` for Serde
@ -95,6 +95,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Dec 05 10:17:12 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.3-1
- Update to 0.11.3
* Sat Nov 23 2019 Josh Stone <jistone@redhat.com> - 0.11.2-1 * Sat Nov 23 2019 Josh Stone <jistone@redhat.com> - 0.11.2-1
- Update to 0.11.2 - Update to 0.11.2

@ -1 +1 @@
SHA512 (serde_bytes-0.11.2.crate) = ada69e07bfd19739fce25612958db2a398803f5cff89998e6b902defb0ea8f161b43dfcf4a756503a8e5d54fb751f50ea51778e163c989b5fe4320679aa3bcd4 SHA512 (serde_bytes-0.11.3.crate) = 24773d37878ef6e7d0a110c634a0e729d4c7f992b76fdf61e0bae186640ade0dd51a64d2c3527dc612dd9c30ad4670b1b6fe98edb7e988ccdd253c5ef0779004

Loading…
Cancel
Save