Skip to content

Commit 8e85b8d

Browse files
committed
Require Rust 1.64
raw-window-handle 0.5.1 requires 1.64, so we have no real choice here.
1 parent cca5d8a commit 8e85b8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
rust_version: ['1.60.0', stable, nightly]
25+
rust_version: ['1.64.0', stable, nightly]
2626
platform:
2727
- { target: x86_64-pc-windows-msvc, os: windows-latest, }
2828
- { target: i686-pc-windows-msvc, os: windows-latest, }

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/rust-windowing/softbuffer"
1010
keywords = ["framebuffer", "windowing"]
1111
categories = ["game-development", "graphics", "gui", "multimedia", "rendering"]
1212
exclude = ["examples"]
13-
rust-version = "1.60.0"
13+
rust-version = "1.64.0"
1414

1515
[features]
1616
default = ["x11", "wayland", "wayland-dlopen"]

0 commit comments

Comments
 (0)