Update to version 2.1.0; Fixes RHBZ#2091363

epel9
Fabio Valentini 3 years ago
parent 641b39668c
commit febc91d277
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/async-global-executor-2.0.2.crate /async-global-executor-2.0.2.crate
/async-global-executor-2.0.3.crate /async-global-executor-2.0.3.crate
/async-global-executor-2.0.4.crate /async-global-executor-2.0.4.crate
/async-global-executor-2.1.0.crate

@ -1,19 +1,23 @@
--- async-global-executor-2.0.4/Cargo.toml 1970-01-01T00:00:01+00:00 --- async-global-executor-2.1.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-global-executor-2.0.4/Cargo.toml 2022-03-31T09:42:09.523916+00:00 +++ async-global-executor-2.1.0/Cargo.toml 2022-05-30T19:12:46.323065+00:00
@@ -61,12 +61,6 @@ @@ -72,16 +72,6 @@
default-features = false default-features = false
package = "tokio" package = "tokio"
-[dependencies.tokio03-crate] -[dependencies.tokio03-crate]
-version = "^0.3.4" -version = "^0.3.4"
-features = ["rt", "rt-multi-thread"] -features = [
- "rt",
- "rt-multi-thread",
-]
-optional = true -optional = true
-default-features = false -default-features = false
-package = "tokio" -package = "tokio"
-
[dev-dependencies.doc-comment] [dev-dependencies.doc-comment]
version = "^0.3" version = "^0.3"
@@ -74,4 +68,3 @@ @@ -89,4 +79,3 @@
default = ["async-io"] default = ["async-io"]
tokio = ["tokio-crate"] tokio = ["tokio-crate"]
tokio02 = ["tokio02-crate"] tokio02 = ["tokio02-crate"]

@ -5,7 +5,7 @@
%global crate async-global-executor %global crate async-global-executor
Name: rust-%{crate} Name: rust-%{crate}
Version: 2.0.4 Version: 2.1.0
Release: %autorelease Release: %autorelease
Summary: Global executor built on top of async-executor and async-io Summary: Global executor built on top of async-executor and async-io

@ -1 +1 @@
SHA512 (async-global-executor-2.0.4.crate) = f2191c8abe560e51c2d7125361d23f614f58316e66534f7d54f838eb77c7959630de0af98a24b095e638bbb704994a4e9f432a052c6c7d6decb138488da2a363 SHA512 (async-global-executor-2.1.0.crate) = c45afd85805d970fa4989a3471a23ba82c45c34bf2230f7e89c918646e2f00e1ff7df6e8250b2e43b35bc3f10047a8a841cbb0c41eb420e767f56492e6a43411

Loading…
Cancel
Save