File: remove-windows.patch

package info (click to toggle)
rust-colored 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 428 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 229 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -78,9 +78,3 @@
 [features]
 no-color = []
 
-[target."cfg(windows)".dependencies.windows-sys]
-version = ">=0.48,<=0.59"
-features = [
-    "Win32_Foundation",
-    "Win32_System_Console",
-]