File: disable-apple.diff

package info (click to toggle)
rust-ctrlc 3.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 208 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 397 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: ctrlc/Cargo.toml
===================================================================
--- ctrlc.orig/Cargo.toml
+++ ctrlc/Cargo.toml
@@ -69,9 +69,6 @@ harness = false
 [dev-dependencies.signal-hook]
 version = "0.3"
 
-[target.'cfg(target_vendor = "apple")'.dependencies.dispatch]
-version = "0.2"
-
 [target."cfg(unix)".dependencies.nix]
 version = ">= 0.29, < 0.31"
 features = ["signal"]