Skip to content

Commit

Permalink
Allow patched objc2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Mar 13, 2023
1 parent b2658a9 commit 8b5977b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ndk = "0.7.0"

[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies]
core-foundation = "0.9.3"
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`

[target.'cfg(target_os = "macos")'.dependencies]
core-graphics = "0.22.3"
Expand Down

0 comments on commit 8b5977b

Please sign in to comment.