File: remove-windows-target.diff

package info (click to toggle)
rust-git-cinnabar 0.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,192 kB
  • sloc: ansic: 302,330; makefile: 2,774; sh: 118
file content (39 lines) | stat: -rw-r--r-- 1,058 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Description: Remove dependencies for the windows target
Author: Mike Hommey <glandium@debian.org>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: git-cinnabar/Cargo.toml
===================================================================
--- git-cinnabar.orig/Cargo.toml
+++ git-cinnabar/Cargo.toml
@@ -60,8 +60,6 @@ self-update = [
     "dep:concat_const",
     "dep:tar",
     "dep:xz2",
-    "dep:zip",
-    "windows-sys/Win32_System_Threading",
 ]
 version-check = ["shared_child"]
 
@@ -250,7 +250,0 @@
-[target."cfg(windows)".dependencies.curl-sys]
-version = "0.4"
-features = [
-    "ssl",
-    "static-curl",
-]
-default-features = false
@@ -260,3 +260,0 @@
-[target."cfg(windows)".dependencies.libz-sys]
-version = "1"
-features = ["static"]
@@ -270,3 +270,0 @@
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59"
-features = ["Win32_Foundation"]
@@ -280,5 +280,0 @@
-[target."cfg(windows)".dependencies.zip]
-version = "4"
-features = ["deflate-flate2-zlib"]
-optional = true
-default-features = false