versions: Bump rust to 1.89

Following the agreed toolchain policy - bump rust to the current (1.91)-2
releases.

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2025-12-02 15:56:08 +00:00
committed by Fabiano Fidêncio
parent df2896c298
commit a850f66fc4
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -449,12 +449,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.88"
version: "1.89"
meta:
description: |
'newest-version' is the latest version known to work when
building Kata
newest-version: "1.88"
newest-version: "1.89"
golangci-lint:
description: "golangci-lint"