Skip to content

Commit

Permalink
MSRV: 1.60.0 -> 1.64.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
  • Loading branch information
matthiasbeyer committed Sep 5, 2023
1 parent 7828fc3 commit 6569362
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
rust:
- 1.60.0
- 1.64.0
- stable
- beta
features:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.60.0
toolchain: 1.64.0
- run: rustup component add rustfmt
- name: cargo-fmt
uses: actions-rs/cargo@v1
Expand All @@ -88,7 +88,7 @@ jobs:
strategy:
matrix:
rust:
- 1.60.0
- 1.64.0
- stable
- beta
features:
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.60.0
toolchain: 1.64.0
override: true
- uses: swatinem/rust-cache@v2
- run: rustup component add clippy
Expand Down

0 comments on commit 6569362

Please sign in to comment.