mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
chore(nightly): bump to nightly-2025-04-19 as the other toolchain is 2 years old
This commit is contained in:
parent
8160a866b0
commit
e87bde53e7
3 changed files with 4 additions and 4 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ repos:
|
|||
language: system
|
||||
files: '([.]rs|Cargo\.toml)$'
|
||||
pass_filenames: false
|
||||
entry: rustup run --install nightly-2023-07-09 cargo-clippy -- --workspace --all-features -- -D warnings
|
||||
entry: rustup run --install nightly-2025-04-19 cargo-clippy -- --workspace --all-features -- -D warnings
|
||||
|
||||
- id: build-no-features
|
||||
name: Check crate build with no features
|
||||
|
|
@ -36,7 +36,7 @@ repos:
|
|||
language: system
|
||||
files: '([.]rs|Cargo\.toml)$'
|
||||
pass_filenames: false
|
||||
entry: rustup run --install nightly-2023-07-09 cargo-fmt --check
|
||||
entry: rustup run --install nightly-2025-04-19 cargo-fmt --check
|
||||
|
||||
- id: msrv
|
||||
name: Check MSRV compiles (lib only)
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ Places to update:
|
|||
|
||||
The toolchain version used to run rustfmt in CI
|
||||
|
||||
Current: `nightly-2023-07-09`
|
||||
Current: `nightly-2025-04-19`
|
||||
|
||||
Places to update:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue