Skip to content

Commit

Permalink
Require Rust 1.64
Browse files Browse the repository at this point in the history
raw-window-handle 0.5.1 requires 1.64, so we have no real choice here.
  • Loading branch information
i509VCB committed Mar 14, 2023
1 parent f320021 commit af8a30e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust_version: ['1.60.0', stable, nightly]
rust_version: ['1.64.0', stable, nightly]
platform:
- { target: x86_64-pc-windows-msvc, os: windows-latest, }
- { target: i686-pc-windows-msvc, os: windows-latest, }
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/rust-windowing/softbuffer"
keywords = ["framebuffer", "windowing"]
categories = ["game-development", "graphics", "gui", "multimedia", "rendering"]
exclude = ["examples"]
rust-version = "1.60.0"
rust-version = "1.64.0"

[features]
default = ["x11", "wayland", "wayland-dlopen"]
Expand Down

0 comments on commit af8a30e

Please sign in to comment.