chore(nightly): bump to nightly-2025-04-19 as the other toolchain is 2 years old

This commit is contained in:
Cain 2025-04-20 23:11:35 +01:00
parent 8160a866b0
commit e87bde53e7
3 changed files with 4 additions and 4 deletions

View file

@ -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