Migrate to Rust edition 2024

This commit is contained in:
2025-03-04 22:59:28 -07:00
parent fb3542f445
commit d6969045be
38 changed files with 116 additions and 125 deletions

View File

@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: [ stable, 1.81.0, nightly ]
toolchain: [ stable, 1.85.0, nightly ]
fail-fast: false
env:
RUSTFLAGS: -D warnings