Skip to content

Commit

Permalink
chore: udpate objc2 version requirements
Browse files Browse the repository at this point in the history
This is required for winit to pick latest versions, which fixes
the leaks.
  • Loading branch information
kchibisov authored Mar 16, 2023
1 parent d49ba99 commit 188b052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glutin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ x11-dl = { version = "2.20.0", optional = true }
[target.'cfg(any(target_os = "macos"))'.dependencies]
cgl = "0.3.2"
core-foundation = "0.9.3"
objc2 = "=0.3.0-beta.3"
objc2 = ">=0.3.0-beta.3, <0.3.0-beta.4"
dispatch = "0.2.0"

[build-dependencies]
Expand Down

0 comments on commit 188b052

Please sign in to comment.