From d06628f0bc7326938b10aa4a90855d0984ae9d16 Mon Sep 17 00:00:00 2001 From: dcz Date: Sun, 14 Dec 2025 00:26:45 +0000 Subject: [PATCH] Bump MSRV to 1.71 To fix CI, failing on polling v3.11.0. --- .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 6bd5af402..38d2103ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - rust: ['1.65.0', 'stable', 'beta'] + rust: ['1.71.0', 'stable', 'beta'] runs-on: ubuntu-latest steps: diff --git a/Cargo.toml b/Cargo.toml index 9650da5ab..c1ccac4ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ documentation = "https://smithay.github.io/client-toolkit" repository = "https://github.com/smithay/client-toolkit" license = "MIT" edition = "2021" -rust-version = "1.65" +rust-version = "1.71" categories = ["gui"] keywords = ["wayland", "client"] description = "Toolkit for making client wayland applications."