Update to version 2.3.1; Fixes RHBZ#2138452

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

1
.gitignore vendored

@ -7,3 +7,4 @@
/async-global-executor-2.1.0.crate
/async-global-executor-2.2.0.crate
/async-global-executor-2.3.0.crate
/async-global-executor-2.3.1.crate

@ -1,5 +1,5 @@
--- async-global-executor-2.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-global-executor-2.3.0/Cargo.toml 2022-09-05T21:39:16.349917+00:00
--- async-global-executor-2.3.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-global-executor-2.3.1/Cargo.toml 2022-12-10T20:11:32.838423+00:00
@@ -72,16 +72,6 @@
default-features = false
package = "tokio"

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate async-global-executor
Name: rust-async-global-executor
Version: 2.3.0
Version: 2.3.1
Release: %autorelease
Summary: Global executor built on top of async-executor and async-io
@ -16,8 +16,6 @@ Source: %{crates_source}
# * drop tokio 0.3 feature and dependency
Patch: async-global-executor-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (async-global-executor-2.3.0.crate) = 4b5436c058c73e116dbde346b72658f53541cbda2f89b81ffce90f7132234ef71bd2067b39aa157236255191e460258c7acaa609196395a2c7c99ee73a0f38b9
SHA512 (async-global-executor-2.3.1.crate) = 91adf1a880b8508de4edafa5590e8ef426c2569789e93956f447ce088b02e203475a5b5d110d31baf6ff63a0012aeefc5dd25737ebc9d2edfdf78b7fc1a4f04e

Loading…
Cancel
Save