Bump CI toolchain to 1.53

This commit is contained in:
Marcin Puc 2021-08-29 16:00:57 +02:00
commit 9ac67ec562
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
rust: [1.52, stable]
rust: [1.53, stable]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.52
toolchain: 1.53
override: true
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1