Bump the Rust version to 1.75.0

This commit is contained in:
Clément Renault 2024-01-16 16:36:54 +01:00
parent 0c8d1644a6
commit cfaa522d68
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
2 changed files with 2 additions and 2 deletions

View file

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