File: disable-windows.diff

package info (click to toggle)
rust-peak-mem 0.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 304 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 298 bytes parent folder | download
1
2
3
4
5
6
7
8
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -81,1 +81,1 @@
-[target.'cfg(target_os = "freebsd")'.dependencies.sysinfo]
+[disabled.target.'cfg(target_os = "freebsd")'.dependencies.sysinfo]
@@ -87,1 +87,1 @@
-[target."cfg(windows)".dependencies.winapi]
+[disabled.target."cfg(windows)".dependencies.winapi]