Update to version 0.1.59; Fixes RHBZ#2135974

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

1
.gitignore vendored

@ -17,3 +17,4 @@
/async-trait-0.1.53.crate
/async-trait-0.1.56.crate
/async-trait-0.1.57.crate
/async-trait-0.1.59.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate async-trait
Name: rust-async-trait
Version: 0.1.57
Version: 0.1.59
Release: %autorelease
Summary: Type erasure for async trait methods
@ -13,8 +13,6 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/async-trait
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (async-trait-0.1.57.crate) = f3bbd12ff9087435fc125bcd1a59318f924fd8659ebe47de2adda0bc279cb85e2d49d063ab0cb0c3612de70d65e19a1f028529a0cbaa62f9821697cc361594cf
SHA512 (async-trait-0.1.59.crate) = ae558cf7d6f120238ecb9208f0a112f15d7e767c30dcce87b67b4d1e10743b2731e112e6499fa593bdf74b91db33a48aeed48cb59e5e6d1d66ebc42ce25064a8

Loading…
Cancel
Save