Skip to content

Commit 1f4e40f

Browse files
bors[bot]SSheldon
andauthored
Merge #101
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]>
2 parents 1b0c776 + 7d7a9fc commit 1f4e40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ version = "0.2.4"
3131
features = ["objc_exception"]
3232

3333
[dev-dependencies]
34-
winit = "0.17"
34+
winit = "0.19"
3535
sema = "0.1.4"
3636

3737

0 commit comments

Comments
 (0)