File: 2002_async-io.patch

package info (click to toggle)
rust-smol 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 344 kB
  • sloc: perl: 258; python: 148; makefile: 5; sh: 1
file content (17 lines) | stat: -rw-r--r-- 464 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: relax dependency on crate async-io
 Needed to match Debian-packaged async-io v0.11.0
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2022-12-06
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@
 async-channel = "1.4.2"
 async-executor = "1.5.0"
 async-fs = "1.3.0"
-async-io = "1.12.0"
+async-io = "1.11.0"
 async-lock = "2.6.0"
 async-net = "1.4.3"
 async-process = "1.6.0"