Update to version 0.1.74; Fixes RHBZ#2244255

epel9
Fabio Valentini 1 year ago
parent 09e922a6d9
commit bf14c83ce4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -27,3 +27,4 @@
/async-trait-0.1.71.crate
/async-trait-0.1.72.crate
/async-trait-0.1.73.crate
/async-trait-0.1.74.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate async-trait
Name: rust-async-trait
Version: 0.1.73
Version: 0.1.74
Release: %autorelease
Summary: Type erasure for async trait methods
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/async-trait
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Type erasure for async trait methods.}
@ -48,7 +48,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (async-trait-0.1.73.crate) = f7739642fece168778f7c7c9077fef078e65943edb656399cbba27d4e37b0fb25cb7901c83dbe102b7c702a26f886f73a8240bc97ce14668013139a8814122eb
SHA512 (async-trait-0.1.74.crate) = 2c0880bc3b7863deab06e873b3d5a893545549c1dae922370d629c16cc0ee5cb4df13b30fe9e34d1cee74449d549745ff99894ab0743f805d96a5d4b5ef2dc80

Loading…
Cancel
Save