From 2c623ccad5672516fed9dd190300b908d9bce6c5 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Mon, 20 Jul 2026 20:08:41 +0200 Subject: [PATCH] Bump MSRV to 1.75 --- .github/workflows/main.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 42f85a9..e0ab098 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -99,7 +99,7 @@ jobs: msrv: strategy: matrix: - rust-version: ["1.71.0"] + rust-version: ["1.75.0"] runs-on: ubuntu-latest steps: - name: Clone Git repository diff --git a/Cargo.toml b/Cargo.toml index abd899e..1f66477 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" authors = ["Matthias Geier "] license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.71" +rust-version = "1.75" publish = false