From 50af35e5bf383a30e069a4ce2e1207cb489a9237 Mon Sep 17 00:00:00 2001 From: Jontze <42588836+jontze@users.noreply.github.com> Date: Sat, 2 Nov 2024 13:00:49 +0100 Subject: [PATCH] fixup! chore(rust): Upgrade MSRV to `1.74.0` --- .github/workflows/test.yml | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 00b5125..0d7b24d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: - stable - beta - nightly - - "1.74.0" # MSRV + - "1.75.0" # MSRV steps: - uses: actions/checkout@v4 - name: Setup Cache for Rust @@ -50,7 +50,7 @@ jobs: - stable - beta - nightly - - "1.74.0" # MSRV + - "1.75.0" # MSRV steps: - uses: actions/checkout@v4 - name: Setup Rust @@ -70,7 +70,7 @@ jobs: - stable - beta - nightly - - "1.74.0" # MSRV + - "1.75.0" # MSRV steps: - uses: actions/checkout@v4 - name: Setup Cache for Rust @@ -92,7 +92,7 @@ jobs: - stable - beta - nightly - - "1.74.0" # MSRV + - "1.75.0" # MSRV steps: - uses: actions/checkout@v4 - name: Setup Cache for Rust diff --git a/Cargo.toml b/Cargo.toml index 8d660c0..7ac43d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ author = "Jontze " description = "API wrapper for the tankerkoenig api" version = "0.2.0" edition = "2021" -rust-version = "1.74.0" +rust-version = "1.75.0" license = "MIT" homepage = "https://github.com/jontze/tankerkoenig-rs" repository = "https://github.com/jontze/tankerkoenig-rs"