Skip to content

Commit 3f0d4e5

Browse files
authored
Fix crash on macOS 26 due to objc2 signed/unsigned encoding mismatch (#71)
1 parent 499b934 commit 3f0d4e5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ version = "0.29.1"
7979
default-features = false
8080
features = ["default_fonts", "x11"]
8181

82+
[target.'cfg(target_os = "macos")'.dependencies]
83+
objc2 = { version = "0.5.2", features = ["relax-sign-encoding"] }
84+
8285
[build-dependencies]
8386
tonic-build = "0.11.0"
8487

0 commit comments

Comments
 (0)