From 93830cbf4dd2f78ce33239da909576cbf6b11e1d Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Thu, 10 Apr 2025 17:06:30 +0100 Subject: [PATCH] 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 --- rust-toolchain.toml | 3 +++ versions.yaml | 1 + 2 files changed, 4 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 000000000..c70d75900 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +# Keep in sync with versions.yaml +channel = "1.80.0" diff --git a/versions.yaml b/versions.yaml index 5d2e2887e..a0f810a22 100644 --- a/versions.yaml +++ b/versions.yaml @@ -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: |