rust: Migrate to `rust-toolchain.toml`

See
 - https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
This commit is contained in:
Lorenz Leutgeb 2024-08-06 16:49:46 +02:00 committed by Fintan Halpenny
parent b398e54b83
commit 621c5a4563
No known key found for this signature in database
GPG Key ID: C93C17467280C75B
2 changed files with 4 additions and 1 deletions

View File

@ -1 +0,0 @@
1.80

4
rust-toolchain.toml Normal file
View File

@ -0,0 +1,4 @@
[toolchain]
channel = "1.80"
profile = "default"
components = [ "rust-src" ]