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"]
|