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