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 669272f commit 9d03bbbCopy full SHA for 9d03bbb
internal/renderers/skia/Cargo.toml
@@ -122,7 +122,7 @@ skia-safe = { version = "0.89", features = ["textlayout"] }
122
123
[target.aarch64-apple-ios-sim.dependencies]
124
# Disabling encoding assertions until https://github.com/madsmtm/objc2/issues/795 is fixed.
125
-objc2 = { version = "*", features = ["disable-encoding-assertions"] }
+objc2 = { version = "0.6.0", features = ["disable-encoding-assertions"] }
126
127
[build-dependencies]
128
cfg_aliases = { workspace = true }
0 commit comments