chore: use rust-toolchain.toml for default toolchain

This commit is contained in:
Nicolas Sarlin
2025-11-19 13:12:28 +01:00
committed by Nicolas Sarlin
parent f8a958663b
commit 212b925b5e
11 changed files with 277 additions and 258 deletions

View File

@@ -330,7 +330,7 @@ fn main() {
);
let formatting_toolchain = {
let tmp = fs::read_to_string("toolchain.txt").unwrap();
let tmp = fs::read_to_string("nightly-toolchain.txt").unwrap();
let tmp = tmp.trim();
format!("+{tmp}")
};