rename rust-toolchain to rust-toolchain.toml

This commit is contained in:
lapla-cogito 2025-03-20 11:30:45 +09:00
parent 1e5237f4a5
commit 19c7c46d48
No known key found for this signature in database
GPG key ID: B39C71D9F127FF9F
6 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ pub fn update_nightly() {
let date = Utc::now().format("%Y-%m-%d").to_string();
replace_region_in_file(
UpdateMode::Change,
Path::new("rust-toolchain"),
Path::new("rust-toolchain.toml"),
"# begin autogenerated nightly\n",
"# end autogenerated nightly",
|res| {