Update to version 0.3.3; Fixes RHBZ#2304336

epel10
Fabio Valentini 5 months ago
parent 5b79b369f9
commit d8a0bc7b4c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/tower-service-0.3.0.crate
/tower-service-0.3.1.crate
/tower-service-0.3.2.crate
/tower-service-0.3.3.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate tower-service
Name: rust-tower-service
Version: 0.3.2
Version: 0.3.3
Release: %autorelease
Summary: Trait representing an asynchronous, request / response based, client or server
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/tower-service
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Trait representing an asynchronous, request / response based, client or
@ -49,7 +49,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 (tower-service-0.3.2.crate) = f4578421603067fa708c4ad9eca5ca096b5262b6d51a404f37d9fbb6c64f027cec6114991e4b7f8324cb756c033971a384f1804add28e00d0cd6b2ee01d9e005
SHA512 (tower-service-0.3.3.crate) = 770cbca46d8500ff36fe84a9a420beb84a0e893dbeaccdd93a3970e746c893b5d32580182ef3017662f421e4b2d71f079ed2cf1727dcd5fc3443a4484f9b43fd

Loading…
Cancel
Save