rename rust-toolchain to rust-toolchain.toml
This commit is contained in:
parent
1e5237f4a5
commit
19c7c46d48
6 changed files with 5 additions and 5 deletions
|
|
@ -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| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue