File: relax-dep.patch

package info (click to toggle)
rust-notify 8.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 288 kB
  • sloc: makefile: 2
file content (16 lines) | stat: -rw-r--r-- 491 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: notify/Cargo.toml
===================================================================
--- notify.orig/Cargo.toml
+++ notify/Cargo.toml
@@ -72,9 +72,9 @@ manual_tests = []
 timing_tests = []
 
 [target."cfg(any(target_os=\"linux\", target_os=\"android\"))".dependencies.inotify]
-version = "0.10"
+version = "0.11"
 default-features = false
 
 [target."cfg(any(target_os=\"linux\", target_os=\"android\"))".dependencies.mio]
-version = "0.8"
+version = ">= 0.8"
 features = ["os-ext"]