File: relax-dep.patch

package info (click to toggle)
rust-async-io 1.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 296 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 573 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Index: async-io/Cargo.toml
===================================================================
--- async-io.orig/Cargo.toml
+++ async-io/Cargo.toml
@@ -75,7 +75,7 @@ version = "1"
 version = "1"
 
 [dev-dependencies.criterion]
-version = "0.4"
+version = ">= 0.3.6, < 0.5"
 
 [dev-dependencies.getrandom]
 version = "0.2.7"
@@ -90,7 +90,7 @@ version = "3"
 version = "1"
 
 [target."cfg(target_os = \"linux\")".dev-dependencies.inotify]
-version = "0.10"
+version = ">= 0.9.6, < 0.11"
 default-features = false
 
 [target."cfg(target_os = \"linux\")".dev-dependencies.nix]