Skip to content

Commit

Permalink
Bump winit
Browse files Browse the repository at this point in the history
The version of winit used in the window example pins an old version of
cocoa lacking a soundness fix (servo/core-foundation-rs#340) for
undefined behavior in an upcoming version of rust (rust-lang/rust#65355).
  • Loading branch information
SSheldon committed Oct 18, 2019
1 parent 1b0c776 commit 7d7a9fc
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 @@ -31,7 +31,7 @@ version = "0.2.4"
features = ["objc_exception"]

[dev-dependencies]
winit = "0.17"
winit = "0.19"
sema = "0.1.4"


Expand Down

0 comments on commit 7d7a9fc

Please sign in to comment.