update to version 0.1.50

epel9
Fabio Valentini 4 years ago
parent 199c16c633
commit 3e8638ff41
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/async-trait-0.1.41.crate
/async-trait-0.1.42.crate
/async-trait-0.1.48.crate
/async-trait-0.1.50.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate async-trait
Name: rust-%{crate}
Version: 0.1.48
Version: 0.1.50
Release: 1%{?dist}
Summary: Type erasure for async trait methods
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Wed Apr 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.50-1
- Update to version 0.1.50.
- Fixes RHBZ#1935560
* Sun Mar 28 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.48-1
- Update to version 0.1.48.
- Fixes RHBZ#1935560

@ -1 +1 @@
SHA512 (async-trait-0.1.48.crate) = ef3078389a7b0ec3e97fa7cfef0b74d281f2dde7f669b9fe51831475614b788b697fa6e6b4033a84339db10e91933a7d1468a472d629a0264675d0eb6af4fdba
SHA512 (async-trait-0.1.50.crate) = 0f2694fdce91f28041e6afdff1be574f19665ff874337b24322214393ba58a0b16dce5b4a6e0d0e5b6881ffbf071aa117c90210322bb4397124d16e58d63de13

Loading…
Cancel
Save