Update to version 1.9.1; Fixes RHBZ#2265460

epel10
Fabio Valentini 11 months ago
parent 7dcc179668
commit c8bac1aa1f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/async-executor-1.5.4.crate
/async-executor-1.6.0.crate
/async-executor-1.8.0.crate
/async-executor-1.9.1.crate

@ -1,5 +1,5 @@
--- async-executor-1.8.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-executor-1.8.0/Cargo.toml 2024-01-05T20:29:58.741729+00:00
--- async-executor-1.9.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-executor-1.9.1/Cargo.toml 2024-04-04T11:47:13.723838+00:00
@@ -81,7 +81,3 @@
[dev-dependencies.once_cell]
version = "1.16.0"

@ -1,5 +1,5 @@
--- async-executor-1.8.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-executor-1.8.0/Cargo.toml 2024-01-05T20:30:08.128761+00:00
--- async-executor-1.9.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-executor-1.9.1/Cargo.toml 2024-04-04T11:47:23.297889+00:00
@@ -32,10 +32,6 @@
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/async-executor"
@ -11,12 +11,12 @@
[dependencies.async-lock]
version = "3.0.0"
@@ -61,11 +57,6 @@
[dev-dependencies.async-io]
version = "2.1.0"
@@ -64,11 +60,6 @@
[dev-dependencies.async-lock]
version = "3.0.0"
-[dev-dependencies.criterion]
-version = "0.4.0"
-version = "0.5"
-features = ["cargo_bench_support"]
-default-features = false
-

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate async-executor
Name: rust-async-executor
Version: 1.8.0
Version: 1.9.1
Release: %autorelease
Summary: Async executor

@ -1 +1 @@
SHA512 (async-executor-1.8.0.crate) = 285361d42c34331b3ef67d9d768f62bc72077046766d44802a7e769d5e56718505751d9019b0867b2c28c08273038ca18a936430ff44b7714b780fe520adface
SHA512 (async-executor-1.9.1.crate) = 8587b8570428d9a00f79746617af9dd935da892663c304b66c433de4c725dde9187542aed49e0398d42ef083737648bec39f1411b0ce90ac70f385bf6c22ee55

Loading…
Cancel
Save