File: 2001_windows.patch

package info (click to toggle)
rust-async-fs 2.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: makefile: 2; sh: 1
file content (18 lines) | stat: -rw-r--r-- 448 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: avoid windows-only dependency on crate winapi
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2023-08-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,9 +23,3 @@
 
 [target.'cfg(unix)'.dev-dependencies]
 libc = "0.2.78"
-
-[target.'cfg(windows)'.dev-dependencies.windows-sys]
-version = "0.60"
-features = [
-    "Win32_Storage_FileSystem",
-]