File: remove-windows.patch

package info (click to toggle)
rust-reqwest 0.12.15-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,052 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -640,8 +640,8 @@
 version = "0.6.0"
 optional = true
 
-[target."cfg(windows)".dependencies.windows-registry]
-version = "0.4"
+#[target."cfg(windows)".dependencies.windows-registry]
+#version = "0.4"
 
 [lints.rust.unexpected_cfgs]
 level = "warn"