File: 2001_async-stream.patch

package info (click to toggle)
rust-async-fn-stream 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 156 kB
  • sloc: makefile: 2; sh: 1
file content (17 lines) | stat: -rw-r--r-- 544 bytes parent folder | download
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"] }