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 523e6eb commit d8f1119
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 @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
rust:
- 1.60.0
- 1.64.0
- stable
- beta
# - nightly
Expand Down Expand Up @@ -62,7 +62,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 Down Expand Up @@ -90,7 +90,7 @@ jobs:
strategy:
matrix:
rust:
- 1.60.0
- 1.64.0
- stable
- beta
# - nightly
Expand All @@ -117,7 +117,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 d8f1119

Please sign in to comment.