We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0c694 commit ce0a269Copy full SHA for ce0a269
Cargo.toml
@@ -47,7 +47,8 @@ jni-utils = "0.1.1"
47
48
[target.'cfg(target_vendor = "apple")'.dependencies]
49
objc2 = "0.5.2"
50
-objc2-foundation = { version = "0.2.2", features = [
+objc2-foundation = { version = "0.2.2", default-features = false, features = [
51
+ "std",
52
"block2",
53
"NSArray",
54
"NSData",
@@ -59,7 +60,8 @@ objc2-foundation = { version = "0.2.2", features = [
59
60
"NSUUID",
61
"NSValue",
62
] }
-objc2-core-bluetooth = { version = "0.2.2", features = [
63
+objc2-core-bluetooth = { version = "0.2.2", default-features = false, features = [
64
65
"CBAdvertisementData",
66
"CBAttribute",
67
"CBCentralManager",
0 commit comments