File: disable-non-linux.diff

package info (click to toggle)
rust-dirs-sys-next 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 132 kB
  • sloc: makefile: 4
file content (8 lines) | stat: -rw-r--r-- 306 bytes parent folder | download
1
2
3
4
5
6
7
8
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,1 +23,1 @@
-[target."cfg(target_os = \"redox\")".dependencies.redox_users]
+[disabled.target."cfg(target_os = \"redox\")".dependencies.redox_users]
@@ -28,1 +28,1 @@
-[target."cfg(windows)".dependencies.winapi]
+[disabled.target."cfg(windows)".dependencies.winapi]