diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54c01371..de4b8eda 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, } @@ -81,7 +81,7 @@ jobs: !contains(matrix.platform.target, 'redox') && !contains(matrix.platform.target, 'freebsd') && !contains(matrix.platform.target, 'netbsd') && - matrix.rust_version != '1.60.0' + matrix.rust_version != '1.64.0' run: cargo $CMD test --no-run --verbose --target ${{ matrix.platform.target }} $OPTIONS --features $FEATURES - name: Run tests 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"]