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."