Skip to content

Commit

Permalink
ci: bump the MSRV to 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnychevalier committed Jul 26, 2024
1 parent 56b509c commit f90d18b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
- name: Default features
run: cargo test --workspace
msrv:
name: "Check MSRV: 1.74.0"
name: "Check MSRV: 1.80.0"
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@1.74.0
uses: dtolnay/rust-toolchain@1.80.0
- uses: Swatinem/rust-cache@v2
- name: Default features
run: cargo check --all-targets
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@1.74.0
uses: dtolnay/rust-toolchain@1.80.0
with:
components: clippy
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
with:
rust-version: "1.74.0"
rust-version: "1.80.0"
test-action:
name: Test cargo-multivers action
runs-on: windows-latest
Expand Down

0 comments on commit f90d18b

Please sign in to comment.