File: remove-inotify.patch

package info (click to toggle)
rust-async-io 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 396 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 498 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
23
24
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,10 +47,6 @@
 path = "examples/kqueue-process.rs"
 
 [[example]]
-name = "linux-inotify"
-path = "examples/linux-inotify.rs"
-
-[[example]]
 name = "linux-timerfd"
 path = "examples/linux-timerfd.rs"
 
@@ -156,10 +152,6 @@
 [dev-dependencies.tempfile]
 version = "3"
 
-[target.'cfg(target_os = "linux")'.dev-dependencies.inotify]
-version = "0.11.0"
-default-features = false
-
 [target.'cfg(target_os = "linux")'.dev-dependencies.timerfd]
 version = "1"