File: disable-sigchld.diff

package info (click to toggle)
rust-shared-child 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: makefile: 4
file content (11 lines) | stat: -rw-r--r-- 247 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,4 +37,2 @@
 [features]
-default = ["timeout"]
-timeout = ["dep:sigchld"]
 
@@ -48,1 +47,1 @@
-[target."cfg(not(windows))".dependencies.sigchld]
+[disabled.target."cfg(not(windows))".dependencies.sigchld]