update to version 0.1.42

epel9
Fabio Valentini 4 years ago
parent bd005ee06d
commit 2397ae06fe
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/async-trait-0.1.38.crate
/async-trait-0.1.40.crate
/async-trait-0.1.41.crate
/async-trait-0.1.42.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate async-trait
Name: rust-%{crate}
Version: 0.1.41
Version: 0.1.42
Release: 1%{?dist}
Summary: Type erasure for async trait methods
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Dec 08 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.42-1
- Update to version 0.1.42.
- Fixes RHBZ#1900269
* Wed Oct 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.41-1
- Update to version 0.1.41.

@ -1 +1 @@
SHA512 (async-trait-0.1.41.crate) = 118588c8778fd7283f8577990c127f943b411ae1be4f82d14370b60a65af612466bf15cc3ea029e999a016204e92b227205d4b09a4c748a2908884560ce95f33
SHA512 (async-trait-0.1.42.crate) = 42e4e25078471708c028ab2366e122bb61160f0b76e1c411f3b7f2a6d26f939a5e67003091c6551a56e4a675334308cd9f016eb8f147e4e62b7f8199fe02eafc

Loading…
Cancel
Save