Use the current major version of async-channel

https://github.com/async-rs/async-std/pull/1092
epel10 imports/epel10/rust-async-std-1.13.0-2.el10
Benjamin A. Beasley 5 months ago
parent dead9a0ad4
commit cd3e2588b5

@ -1,5 +1,5 @@
--- async-std-1.13.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-std-1.13.0/Cargo.toml 2024-09-15T04:52:07.805601+00:00
+++ async-std-1.13.0/Cargo.toml 2024-09-15T15:47:53.182471+00:00
@@ -291,7 +291,6 @@
"kv-log-macro",
"log",

@ -1,5 +1,5 @@
--- async-std-1.13.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-std-1.13.0/Cargo.toml 2024-09-15T04:53:00.578316+00:00
+++ async-std-1.13.0/Cargo.toml 2024-09-15T15:49:39.901950+00:00
@@ -70,10 +70,6 @@
path = "examples/list-dir.rs"
@ -23,6 +23,15 @@
[[example]]
name = "task-local"
@@ -209,7 +200,7 @@
optional = true
[dependencies.async-channel]
-version = "1.8.0"
+version = "2.2.0"
optional = true
[dependencies.async-lock]
@@ -229,13 +220,8 @@
version = "0.3.4"
optional = true

@ -18,6 +18,8 @@ Patch: async-std-fix-metadata-auto.diff
# * drop tokio v0.2 and v0.3 features
# * drop optional surf dependency
# * drop additional dependencies for tracing-level log statements
# * Use the current major version of async-channel
# (https://github.com/async-rs/async-std/pull/1092)
Patch: async-std-fix-metadata.diff
# * fix building tests with Rust 1.78+
Patch: 0001-drop-deny-warnings-from-doctests.patch

@ -3,6 +3,7 @@ cargo-toml-patch-comments = [
"drop tokio v0.2 and v0.3 features",
"drop optional surf dependency",
"drop additional dependencies for tracing-level log statements",
"Use the current major version of async-channel (https://github.com/async-rs/async-std/pull/1092)",
]
[scripts]

Loading…
Cancel
Save