Update to 0.1.36

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent defc462eef
commit e1972272a5
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -5,3 +5,4 @@
/async-trait-0.1.29.crate
/async-trait-0.1.30.crate
/async-trait-0.1.31.crate
/async-trait-0.1.36.crate

@ -1,11 +1,12 @@
# Generated by rust2rpm 13
%bcond_without check
# Generated by rust2rpm 15
# * tracing-attributes, tracing-futures and tracing are not packaged
%bcond_with check
%global debug_package %{nil}
%global crate async-trait
Name: rust-%{crate}
Version: 0.1.31
Version: 0.1.36
Release: 1%{?dist}
Summary: Type erasure for async trait methods
@ -71,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun Jun 21 09:01:55 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.36-1
- Update to 0.1.36
* Wed May 13 2020 Josh Stone <jistone@redhat.com> - 0.1.31-1
- Update to 0.1.31

@ -1 +1 @@
SHA512 (async-trait-0.1.31.crate) = 471fb0b16d7361f9209d833b84fc399ea746314721a738b49b2089913e51001d589d8065cde01d6db242f4579036181bb1a1646778fe3df760a43c9701c23f0f
SHA512 (async-trait-0.1.36.crate) = 92ac8506a5a6e825356cbdb83c1ec196e476b24f6e4a0c7fe27b5faf37d5b130760728f1850740c9b3ba3b9d68e133e4f2d1ebc0ae596ead0f0bd39080e05efd

Loading…
Cancel
Save