From e6e6e77dbb6fa6aa29b8fa12c6c6130e2c978979 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Thu, 15 Feb 2024 15:36:47 +0100 Subject: [PATCH] bumb msrv to 1.72 --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- clippy.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45af27a404..2829cf08cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: - name: Checkout sources uses: actions/checkout@v3 - name: Rust toolchain - uses: dtolnay/rust-toolchain@1.65.0 + uses: dtolnay/rust-toolchain@1.72.0 - name: Get date for registry cache id: date run: echo "::set-output name=date::$(date +'%Y-%m-%d')" diff --git a/Cargo.toml b/Cargo.toml index 1661307aa5..f398ebd882 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" homepage = "https://smithay.github.io/" keywords = ["wayland", "compositor", "graphics", "server"] categories = ["gui"] -rust-version = "1.65.0" +rust-version = "1.72.0" [package.metadata.docs.rs] features = ["test_all_features"] diff --git a/clippy.toml b/clippy.toml index 7d5ddf8bf2..7904b9c642 100644 --- a/clippy.toml +++ b/clippy.toml @@ -1,4 +1,4 @@ -msrv = "1.65.0" +msrv = "1.72.0" type-complexity-threshold = 400 disallowed-macros = [