build,ci: restore rust-toolchain.toml and update flakes to fix CI

This commit is contained in:
oxalica 2025-09-11 18:48:38 -04:00
parent 10c1ad5170
commit 5f7f383f11
4 changed files with 55 additions and 11 deletions

View file

@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# NB: Sync MSRV with Cargo.toml!
# NB: Sync MSRV with Cargo.toml and rust-toolchain.toml!
rust: [stable, beta, "1.88"]
name: Test ${{ matrix.rust }}
# Need libsqlite3-dev >= 3.38.0 (2022-02-22)