Skip to content

Commit

Permalink
update rust to 1.64.0 (also in ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Sep 28, 2023
1 parent 4856845 commit 2d59c7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.60.0
toolchain: 1.64.0
override: true
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.60.0
toolchain: 1.64.0
components: clippy
override: true
- uses: actions-rs/clippy-check@v1
Expand Down Expand Up @@ -68,9 +68,9 @@ jobs:
matrix:
include:
- os: ubuntu-latest
rust: 1.60.0
rust: 1.64.0
- os: windows-latest
rust: 1.60.0
rust: 1.64.0
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.63.0
1.64.0

0 comments on commit 2d59c7f

Please sign in to comment.