update to version 1.3.0

epel10
Fabio Valentini 4 years ago
parent e39abf5e9f
commit 80a5fe171c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/serde_with_macros-1.1.0.crate
/serde_with_macros-1.2.1.crate
/serde_with_macros-1.2.2.crate
/serde_with_macros-1.3.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate serde_with_macros
Name: rust-%{crate}
Version: 1.2.2
Version: 1.3.0
Release: 1%{?dist}
Summary: Proc-macro library for serde_with
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Fri Nov 27 2020 Fabio Valentini <decathorpe@gmail.com> - 1.3.0-1
- Update to version 1.3.0.
- Fixes RHBZ#1900436
* Wed Oct 07 2020 Fabio Valentini <decathorpe@gmail.com> - 1.2.2-1
- Update to version 1.2.2.

@ -1 +1 @@
SHA512 (serde_with_macros-1.2.2.crate) = aee30f8b8a48bf074f04ca7f0da180d25c523521321189830cdcd036db3f66e3305d53aedb590ca60809e6678f83f1133f7965e636fd166bcb0ad8f9752a44e5
SHA512 (serde_with_macros-1.3.0.crate) = 1717f7f87f2e456b56ac93547f246171fa3b9d193c7de41ed43039ce310ae5dca873e5ebd3dca1b331be81e30b9e8fc5948ed99a430772d1bbd9fef6548ffb93

Loading…
Cancel
Save