maintenance(workspace): updates and clippy fixs (#242)

This commit is contained in:
Cain 2025-04-23 22:04:37 +01:00 committed by GitHub
commit 350f297193
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 50 additions and 33 deletions

View file

@ -128,7 +128,7 @@ jobs:
- name: Install MSRV
uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.1
toolchain: 1.81.0
override: true
- name: Run MSRV
run: cargo check -p gamedig
@ -151,7 +151,7 @@ jobs:
- name: Install Formatting nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-07-09
toolchain: nightly-2025-04-19
components: rustfmt
override: true
- name: Run Formatting check