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

4
rust-toolchain.toml Normal file
View file

@ -0,0 +1,4 @@
[toolchain]
channel = "1.88" # NB: Sync MSRV with Cargo.toml and CI!
profile = "default"
components = ["llvm-tools"]