diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 53cb7ddee4..aeb66b6edf 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] # Keep in sync with versions.yaml -channel = "1.88" +channel = "1.89" diff --git a/versions.yaml b/versions.yaml index 31b59b5377..cbe4ca0bde 100644 --- a/versions.yaml +++ b/versions.yaml @@ -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"