Skip to content

Commit

Permalink
examples: Bump winit to 0.27.1 to resolve our MSRV tests
Browse files Browse the repository at this point in the history
While the examples technically aren't part of our MSRV requirement (it's
nice, but core crate compatibility is much more important), it's
annoying to exempt these especially now that `winit` removed some
unneeded MSRV 1.60/1.61 requirements.
  • Loading branch information
MarijnS95 committed Sep 21, 2022
1 parent 822c908 commit d97153f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ash-window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ raw-window-handle = "0.5"
raw-window-metal = "0.3"

[dev-dependencies]
winit = "0.27"
winit = "0.27.1"
ash = { path = "../ash", version = "0.37", default-features = false, features = ["linked"] }

[[example]]
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["maik klein <maikklein@googlemail.com>"]
edition = "2018"

[dependencies]
winit = "0.27"
winit = "0.27.1"
image = "0.24"
# The examples require the validation layers, which means the SDK or
# equivalent development packages should be present, so we can link
Expand Down

0 comments on commit d97153f

Please sign in to comment.