File: drop-non-linux.patch

package info (click to toggle)
rust-cargo-test-support 0.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 400 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 276 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -115,10 +115,6 @@
 [dependencies.walkdir]
 version = "2.5.0"
 
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59"
-features = ["Win32_Storage_FileSystem"]
-
 [lints.clippy]
 dbg_macro = "warn"
 disallowed_methods = "warn"