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",
-]
