File: disable-windows.patch

package info (click to toggle)
rust-comfy-table 7.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 612 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 201 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
Forwarded: not-needed
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -112,3 +112,3 @@
 
-[target."cfg(windows)".dependencies.crossterm]
+[disabled.target."cfg(windows)".dependencies.crossterm]
 version = "0.28"