Skip to content

Commit

Permalink
Prepare for objc2 frameworks v0.3 (#420)
Browse files Browse the repository at this point in the history
These will have a bunch of default features enabled, so let's
pre-emptively disable them.
  • Loading branch information
madsmtm authored Jan 21, 2025
1 parent 0d0c694 commit ce0a269
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jni-utils = "0.1.1"

[target.'cfg(target_vendor = "apple")'.dependencies]
objc2 = "0.5.2"
objc2-foundation = { version = "0.2.2", features = [
objc2-foundation = { version = "0.2.2", default-features = false, features = [
"std",
"block2",
"NSArray",
"NSData",
Expand All @@ -59,7 +60,8 @@ objc2-foundation = { version = "0.2.2", features = [
"NSUUID",
"NSValue",
] }
objc2-core-bluetooth = { version = "0.2.2", features = [
objc2-core-bluetooth = { version = "0.2.2", default-features = false, features = [
"std",
"CBAdvertisementData",
"CBAttribute",
"CBCentralManager",
Expand Down

0 comments on commit ce0a269

Please sign in to comment.