rust: Add rust-toolchain.toml

Add a top-level rust-toolchain.toml with the version
that matches version.yaml to ensure that we stay in sync

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2025-04-10 17:06:30 +01:00
parent ad68cb9afa
commit 93830cbf4d
2 changed files with 4 additions and 0 deletions

3
rust-toolchain.toml Normal file
View File

@ -0,0 +1,3 @@
[toolchain]
# Keep in sync with versions.yaml
channel = "1.80.0"

View File

@ -392,6 +392,7 @@ languages:
rust:
description: "Rust language"
notes: "'version' is the default minimum version used by this project."
# Keep in sync with rust-toolchain.toml
version: "1.80.0"
meta:
description: |