Update to version 0.1.57; Fixes RHBZ#2112806

epel9
Fabio Valentini 2 years ago
parent 62fa854fc4
commit afad9a58e9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -16,3 +16,4 @@
/async-trait-0.1.52.crate
/async-trait-0.1.53.crate
/async-trait-0.1.56.crate
/async-trait-0.1.57.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 22
%bcond_without check
%global debug_package %{nil}
%global crate async-trait
Name: rust-%{crate}
Version: 0.1.56
Name: rust-async-trait
Version: 0.1.57
Release: %autorelease
Summary: Type erasure for async trait methods
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/async-trait
Source: %{crates_source}

@ -1 +1 @@
SHA512 (async-trait-0.1.56.crate) = 30b942255858d404b9f8830260496a4199678fb1a94f08a6f6581189aed0c70a9759c54b8d3bee310b41a724dd5ac0a96815e6e1259c864c379eb3145946066a
SHA512 (async-trait-0.1.57.crate) = f3bbd12ff9087435fc125bcd1a59318f924fd8659ebe47de2adda0bc279cb85e2d49d063ab0cb0c3612de70d65e19a1f028529a0cbaa62f9821697cc361594cf

Loading…
Cancel
Save