Skip to content

Commit

Permalink
chore: prepare for objc2-foundation v0.3
Browse files Browse the repository at this point in the history
It will have a bunch of default features enabled, so let's pre-emptively
disable them.
  • Loading branch information
madsmtm authored and Be-ing committed Jan 22, 2025
1 parent fffe0d4 commit 9046886
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ winreg = "0.52.0"

[target.'cfg(target_os = "macos")'.dependencies]
objc2 = "0.5.2"
objc2-foundation = { version = "0.2.0", features = [
objc2-foundation = { version = "0.2.0", default-features = false, features = [
"std",
"NSObject",
"NSString",
"NSDictionary",
Expand Down

0 comments on commit 9046886

Please sign in to comment.