Merge pull request #12476 from stevenhorsman/bump-rust-to-1.91

versions: Bump rust to 1.91
This commit is contained in:
Steve Horsman
2026-02-10 10:03:01 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

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

View File

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