File: disable-redox.patch

package info (click to toggle)
rust-filetime 0.2.26-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 224 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,9 +43,6 @@
 [dev-dependencies.tempfile]
 version = "3"
 
-[target.'cfg(target_os = "redox")'.dependencies.libredox]
-version = "0.1.0"
-
 [target."cfg(unix)".dependencies.libc]
 version = "0.2.27"