File: remove-non-linux-deps.patch

package info (click to toggle)
rust-notify-debouncer-mini 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 124 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 390 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,12 +53,10 @@
     "dep:crossbeam-channel",
     "notify/crossbeam-channel",
 ]
-default = ["macos_fsevent"]
+default = []
 flume = [
     "dep:flume",
     "notify/flume",
 ]
-macos_fsevent = ["notify/macos_fsevent"]
-macos_kqueue = ["notify/macos_kqueue"]
 serde = ["notify-types/serde"]
 serialization-compat-6 = ["notify/serialization-compat-6"]