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"