We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc98371 commit e8537fcCopy full SHA for e8537fc
platforms/macos/Cargo.toml
@@ -13,5 +13,5 @@ edition = "2021"
13
[dependencies]
14
accesskit = { version = "0.10.1", path = "../../common" }
15
accesskit_consumer = { version = "0.14.1", path = "../../consumer" }
16
-objc2 = "=0.3.0-beta.3"
+objc2 = ">=0.3.0-beta.3, <0.3.0-beta.4" # Allow `0.3.0-beta.3.patch-leaks`
17
once_cell = "1.13.0"
0 commit comments