versions: Bump rust to 1.94

Now that 1.96 has been released, in compliance with our toolchain guidance
we should bump to rust 1.94

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
Assisted-by: IBM Bob
Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2026-06-01 16:39:06 +01:00
parent 8a49ecb159
commit 4987d79e26
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -480,12 +480,12 @@ languages:
description: "Rust language"
notes: "'version' is the default minimum version used by this project."
# Keep in sync with rust-toolchain.toml
version: "1.93"
version: "1.94"
meta:
description: |
'newest-version' is the latest version known to work when
building Kata
newest-version: "1.93"
newest-version: "1.94"
golangci-lint:
description: "golangci-lint"