Update to version 1.13.0; Fixes RHBZ#2298064

epel10
Fabio Valentini 7 months ago
parent 5ef80802f4
commit 383f9fc6e3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/async-executor-1.9.1.crate
/async-executor-1.11.0.crate
/async-executor-1.12.0.crate
/async-executor-1.13.0.crate

@ -1,10 +1,10 @@
--- async-executor-1.12.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-executor-1.12.0/Cargo.toml 2024-05-28T12:27:17.505382+00:00
@@ -85,7 +85,3 @@
--- async-executor-1.13.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-executor-1.13.0/Cargo.toml 2024-07-29T22:02:43.283732+00:00
@@ -130,7 +130,3 @@
[features]
static = []
-[target."cfg(target_family = \"wasm\")".dependencies.futures-lite]
-[target.'cfg(target_family = "wasm")'.dependencies.futures-lite]
-version = "2.0.0"
-features = ["std"]
-default-features = false

@ -1,18 +1,19 @@
--- async-executor-1.12.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-executor-1.12.0/Cargo.toml 2024-05-28T12:27:27.422439+00:00
@@ -35,11 +35,6 @@
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/async-executor"
--- async-executor-1.13.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-executor-1.13.0/Cargo.toml 2024-07-29T22:02:56.427793+00:00
@@ -79,12 +79,6 @@
name = "spawn_many"
path = "tests/spawn_many.rs"
-[[bench]]
-name = "executor"
-path = "benches/executor.rs"
-harness = false
-required-features = ["static"]
-
[dependencies.async-task]
version = "4.4.0"
@@ -65,11 +60,6 @@
@@ -110,11 +104,6 @@
[dev-dependencies.async-lock]
version = "3.0.0"

@ -5,7 +5,7 @@
%global crate async-executor
Name: rust-async-executor
Version: 1.12.0
Version: 1.13.0
Release: %autorelease
Summary: Async executor

@ -1 +1 @@
SHA512 (async-executor-1.12.0.crate) = 1d0c967f310e360ee156aad85af273cb8c89735e846f82ac56846063db23ca435cafa917a5b146c7bd26fc3111cfa320f2b43def3a00419b93c7d75dd230664c
SHA512 (async-executor-1.13.0.crate) = 618d771243c1ec31496cc228f3e6bdd3d5cdd479eb94e30810c87241e38a5fa652b59d61ec55cefbd120f0ea1d557a683c8a42a3e82344b7813d172d25b6ddec

Loading…
Cancel
Save