File: disable-non-linux.patch

package info (click to toggle)
rust-cargo 0.91.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 16,860 kB
  • sloc: javascript: 426; sh: 315; python: 88; xml: 21; makefile: 6
file content (29 lines) | stat: -rw-r--r-- 725 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
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -358,26 +358,9 @@
 [target.'cfg(target_os = "linux")'.dependencies.cargo-credential-libsecret]
 version = "0.5.0"
 
-[target.'cfg(target_os = "macos")'.dependencies.cargo-credential-macos-keychain]
-version = "0.4.15"
-
 [target."cfg(unix)".dependencies.libc]
 version = "0.2.174"
 
-[target."cfg(windows)".dependencies.cargo-credential-wincred]
-version = "0.4.15"
-
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.60"
-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"