File: remove-windows-target-dependencies.patch

package info (click to toggle)
rust-fs-set-times 0.20.3-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 172 kB
  • sloc: makefile: 4
file content (17 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: remove dependencies for target windows
Author: Ananthu C V <weepingclown@disroot.org>
Forwarded: not-needed
Last-Update: 2024-10-31

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -47,9 +47,3 @@
     "time",
 ]
 
-[target."cfg(windows)".dependencies.windows-sys]
-version = ">=0.52, <0.60"
-features = [
-    "Win32_Foundation",
-    "Win32_Storage_FileSystem",
-]