1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: accept older revisions of crate async-stream
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1121983
Forwarded: not-needed
Last-Update: 2025-12-05
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,6 +25,6 @@
[dev-dependencies]
anyhow = "1"
-async-stream = "0.3.6"
+async-stream = "0.3.4"
futures-executor = { version = "0.3", default-features = false, features = ["std", "thread-pool"] }
tokio = { version = "1.0", features = ["full"] }
|