Skip to content

Commit

Permalink
fixup! chore(rust): Upgrade MSRV to 1.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jontze committed Nov 2, 2024
1 parent eecebb6 commit 50af35e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -50,7 +50,7 @@ jobs:
- stable
- beta
- nightly
- "1.74.0" # MSRV
- "1.75.0" # MSRV
steps:
- uses: actions/checkout@v4
- name: Setup Rust
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author = "Jontze <[email protected]>"
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"
Expand Down

0 comments on commit 50af35e

Please sign in to comment.