File: relax-deps.diff

package info (click to toggle)
rust-atspi-connection 0.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 188 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: atspi-connection/Cargo.toml
===================================================================
--- atspi-connection.orig/Cargo.toml
+++ atspi-connection/Cargo.toml
@@ -65,7 +65,7 @@ default-features = false
 version = "0.13.0"
 
 [dependencies.futures-lite]
-version = "2.6.0"
+version = ">= 2.3.0"
 optional = true
 default-features = false