From f41ebb5f0987669133bb73301a54561a4983bd3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Pol=C3=A1=C4=8Dek?= Date: Tue, 3 Mar 2026 18:16:29 +0100 Subject: [PATCH] Bump MSRV to 1.85 This should fix build issues with new dependencies using 2024 edition. Note that we are not switching to 2024 edition yet. --- .github/workflows/testing.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index b576fcc..1f02b56 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -21,7 +21,7 @@ jobs: sudo apt-get install -y libdbus-1-dev - name: Set toolchain version run: | - rustup override set 1.84 + rustup override set 1.85 rustup component add rustfmt - name: cargo check run: cargo check ${{ matrix.features }} diff --git a/Cargo.toml b/Cargo.toml index 70b4b8d..1005b37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ authors = ["Adam McQuilkin"] readme = "README.md" license = "GPL-3.0" version = "0.1.8" -rust-version = "1.84" +rust-version = "1.85" edition = "2021" [lib]