Update clippy toolchain from v1.67 to v1.69

This commit is contained in:
curquiza 2023-04-25 16:05:28 +02:00
parent 9cbc85b2f9
commit e0730b55b3

View File

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