Skip to content

Commit e8537fc

Browse files
authored
fix: Fix macOS leaks
1 parent fc98371 commit e8537fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/macos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ edition = "2021"
1313
[dependencies]
1414
accesskit = { version = "0.10.1", path = "../../common" }
1515
accesskit_consumer = { version = "0.14.1", path = "../../consumer" }
16-
objc2 = "=0.3.0-beta.3"
16+
objc2 = ">=0.3.0-beta.3, <0.3.0-beta.4" # Allow `0.3.0-beta.3.patch-leaks`
1717
once_cell = "1.13.0"

0 commit comments

Comments
 (0)