chore: use 2024 edition Rust

This commit is contained in:
Carson M.
2025-10-25 15:39:24 -05:00
parent 09b66fb99b
commit 75d43518bd
28 changed files with 59 additions and 64 deletions

View File

@@ -39,7 +39,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2025-08-30
toolchain: nightly-2025-09-28
components: rustfmt, clippy
- name: Check fmt
run: cargo fmt --all -- --check
@@ -55,7 +55,7 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2025-08-30
toolchain: nightly-2025-09-28
- name: Get Rust version
id: rust-version
run: echo "::set-output name=version::$(cargo --version | cut -d ' ' -f 2)"