Update to version 0.2.9 (rhbz#2261874)

epel10
blinxen 1 year ago
parent 8860bdd8db
commit 3dcb3f0d10

1
.gitignore vendored

@ -1 +1,2 @@
/maybe-async-0.2.7.crate
/maybe-async-0.2.9.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate maybe-async
Name: rust-maybe-async
Version: 0.2.7
Version: 0.2.9
Release: %autorelease
Summary: Procedural macro to unify SYNC and ASYNC implementation
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/maybe-async
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
A procedural macro to unify SYNC and ASYNC implementation.}
@ -60,7 +60,7 @@ use the "is_sync" 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 (maybe-async-0.2.7.crate) = ef5f4e705def3b188ad2dd4be33dbb2c3f28d08855a1cff0aabcfd63fe22d1ba99e6cb7d10a43bde3bb5d30c2fd98dd2c9172d2e0a2cf877051b5117f0e7d262
SHA512 (maybe-async-0.2.9.crate) = d237a33e8ed6a98a6c3e984c1aa780bc7986dffa6fe2ad6e83e356f8f767ce725d088ae8c52a3d63bb79e52c96836c87170a7c61367771c19deb1236bf09c3a4

Loading…
Cancel
Save