File: remove-windows-sys.patch

package info (click to toggle)
rust-anstyle-query 1.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 132 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -92,13 +92,6 @@
 [[example]]
 name = "query"
 path = "examples/query.rs"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.60.0"
-features = [
-    "Win32_System_Console",
-    "Win32_Foundation",
-]
 
 [lints.clippy]
 bool_assert_comparison = "allow"