File: remove-unused-deps.diff

package info (click to toggle)
rust-parking-lot-core 0.9.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 292 kB
  • sloc: makefile: 4
file content (9 lines) | stat: -rw-r--r-- 340 bytes parent folder | download
1
2
3
4
5
6
7
8
9
Forwarded: not-needed
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -65,1 +65,1 @@
-[target.'cfg(target_os = "redox")'.dependencies.redox_syscall]
+[disabled.target.'cfg(target_os = "redox")'.dependencies.redox_syscall]
@@ -71,1 +71,1 @@
-[target."cfg(windows)".dependencies.windows-link]
+[disabled.target."cfg(windows)".dependencies.windows-link]