1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: Remove Windows-specific dependencies
Author: Antonin Delpeuch <antonin@delpeuch.eu>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: reqsign-core/Cargo.toml
===================================================================
--- reqsign-core.orig/Cargo.toml
+++ reqsign-core/Cargo.toml
@@ -74,10 +74,3 @@ version = "0.10"
version = "0.10"
features = ["oid"]
-[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
-version = "0.61.0"
-features = [
- "Win32_Foundation",
- "Win32_UI_Shell",
- "Win32_System_Com",
-]
|