Skip to content

Commit 9d03bbb

Browse files
committed
skia: Replace wildcard in objc2 version with same version used elsewhere in the file
A wildcard might not be accepted for crates.io uploads (discussed with Olivier)
1 parent 669272f commit 9d03bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/renderers/skia/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ skia-safe = { version = "0.89", features = ["textlayout"] }
122122

123123
[target.aarch64-apple-ios-sim.dependencies]
124124
# Disabling encoding assertions until https://github.com/madsmtm/objc2/issues/795 is fixed.
125-
objc2 = { version = "*", features = ["disable-encoding-assertions"] }
125+
objc2 = { version = "0.6.0", features = ["disable-encoding-assertions"] }
126126

127127
[build-dependencies]
128128
cfg_aliases = { workspace = true }

0 commit comments

Comments
 (0)