Skip to content

Commit

Permalink
Merge #101
Browse files Browse the repository at this point in the history
101: Bump winit r=kvark a=SSheldon

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).

Testing done: ran the window example after this change; it compiles and looks fine!

Co-authored-by: Steven Sheldon <[email protected]>
  • Loading branch information
bors[bot] and SSheldon authored Oct 18, 2019
2 parents 1b0c776 + 7d7a9fc commit 1f4e40f
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 1f4e40f

Please sign in to comment.