From 8e85b8d6b4bfd2f094c259d0938913a9a2abc9cd Mon Sep 17 00:00:00 2001 From: i509VCB Date: Mon, 13 Mar 2023 22:29:12 -0500 Subject: [PATCH] Require Rust 1.64 raw-window-handle 0.5.1 requires 1.64, so we have no real choice here. --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54c01371..e425b02e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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, } diff --git a/Cargo.toml b/Cargo.toml index 60be9003..4479781b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]