Migrate to newer toolchain configuration file: rust-toolchain -> rust-toolchain.toml.

Documentation: https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file

Changes:
- Rename toolchain file: rust-toolchain -> rust-toolchain.toml.
- Format rust-toolchain.toml in TOML as required.
This commit is contained in:
Zeke Fast
2025-04-27 01:56:21 +02:00
parent 871cae1e24
commit 31f4ff704f
2 changed files with 2 additions and 1 deletions

2
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,2 @@
[toolchain]
channel = "1.82"