File: disable-non-linux

package info (click to toggle)
rust-launchpadlib 0.4.6-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,576 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 261 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- rust-launchpadlib-0.4.6.orig/Cargo.toml
+++ rust-launchpadlib-0.4.6/Cargo.toml
@@ -162,8 +162,6 @@ optional = true
 [dependencies.keyring]
 version = "3.6.2"
 features = [
-    "apple-native",
-    "windows-native",
     "linux-native",
 ]
 optional = true