File: disable-non-linux.patch

package info (click to toggle)
rust-cargo 0.86.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 16,088 kB
  • sloc: javascript: 408; sh: 306; python: 87; xml: 21; makefile: 6
file content (32 lines) | stat: -rw-r--r-- 875 bytes parent folder | download | duplicates (2)
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
Index: cargo/Cargo.toml
===================================================================
--- cargo.orig/Cargo.toml
+++ cargo/Cargo.toml
@@ -335,27 +335,9 @@ version = "0.7.2"
 [target.'cfg(target_os = "linux")'.dependencies.cargo-credential-libsecret]
 version = "0.4.7"
 
-[target.'cfg(target_os = "macos")'.dependencies.cargo-credential-macos-keychain]
-version = "0.4.7"
-
 [target."cfg(unix)".dependencies.libc]
 version = "0.2.155"
 
-[target."cfg(windows)".dependencies.cargo-credential-wincred]
-version = "0.4.7"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59"
-features = [
-    "Win32_Foundation",
-    "Win32_Security",
-    "Win32_Storage_FileSystem",
-    "Win32_System_IO",
-    "Win32_System_Console",
-    "Win32_System_JobObjects",
-    "Win32_System_Threading",
-]
-
 [lints.clippy]
 dbg_macro = "warn"
 disallowed_methods = "warn"