File: drop-apple-os.patch

package info (click to toggle)
rust-os-info 3.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 818 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
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -72,17 +72,17 @@
 [disabled.target.'cfg(target_os = "android")'.dependencies.android_system_properties]
 version = "0.1"
 
-[target.'cfg(target_os = "ios")'.dependencies.objc2]
+[disabled.target.'cfg(target_os = "ios")'.dependencies.objc2]
 version = "0.6"
 
-[target.'cfg(target_os = "ios")'.dependencies.objc2-foundation]
+[disabled.target.'cfg(target_os = "ios")'.dependencies.objc2-foundation]
 version = "0.3"
 features = ["NSString"]
 
-[target.'cfg(target_os = "ios")'.dependencies.objc2-ui-kit]
+[disabled.target.'cfg(target_os = "ios")'.dependencies.objc2-ui-kit]
 version = "0.3"
 
-[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
+[disabled.target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
 version = "0.3"
 features = [
     "NSData",