mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
maintenance(workspace): updates and clippy fixs (#242)
This commit is contained in:
commit
350f297193
15 changed files with 50 additions and 33 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue