Skip to content

Commit 32c01c4

Browse files
committed
Require latest patch of objc2
1 parent b8d96c3 commit 32c01c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ futures-channel = { version = "0.3", optional = true }
2222
log = { version = "0.4", optional = true }
2323

2424
[target.'cfg(target_os = "macos")'.dependencies]
25-
objc2 = "0.6.0"
26-
objc2-app-kit = { version = "0.3.0", features = ["NSApplication", "NSResponder"] }
27-
objc2-foundation = { version = "0.3.0", features = ["NSThread", "NSObject", "NSString"] }
25+
objc2 = "0.6.3"
26+
objc2-app-kit = { version = "0.3.2", features = ["NSApplication", "NSResponder"] }
27+
objc2-foundation = { version = "0.3.2", features = ["NSThread", "NSObject", "NSString"] }
2828
futures-channel = { version = "0.3", optional = true }
2929
dispatch = { version = "0.2", optional = true }
3030

0 commit comments

Comments
 (0)