update rust toolchain

This commit is contained in:
ManyTheFish 2023-08-10 10:57:30 +02:00
parent cab27c2ab4
commit 794e491152

View File

@ -161,7 +161,7 @@ jobs:
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
profile: minimal profile: minimal
toolchain: 1.69.0 toolchain: 1.71.1
override: true override: true
components: clippy components: clippy
- name: Cache dependencies - name: Cache dependencies