Skip to content

Commit

Permalink
ci: update MSRV to 1.66
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnychevalier committed Jul 16, 2023
1 parent 727673e commit 1e5f258
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 @@ -33,15 +33,15 @@ jobs:
- name: Default features
run: cargo test --workspace
msrv:
name: "Check MSRV: 1.65.0"
name: "Check MSRV: 1.66.0"
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.65.0 # MSRV
toolchain: 1.66.0 # MSRV
profile: minimal
override: true
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.65.0 # MSRV
toolchain: 1.66.0 # MSRV
profile: minimal
override: true
components: clippy
Expand All @@ -90,4 +90,4 @@ jobs:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
rust-version: "1.65.0"
rust-version: "1.66.0"

0 comments on commit 1e5f258

Please sign in to comment.