From cdf43c6762f4b9dfcf9ccab6a0c3771707f23ce3 Mon Sep 17 00:00:00 2001 From: Autofix <61800571+autofix-bot@users.noreply.github.com> Date: Mon, 24 Feb 2025 11:27:19 +0100 Subject: [PATCH] Autofix: update-lang-rust (#1524) Co-authored-by: Autofix Co-authored-by: mustard --- CHANGELOG.md | 5 +++++ chunks/lang-rust/chunk.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a9c38ae..0fe5fbac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ A curated, chronologically ordered list of notable changes in [Gitpod's default workspace images](https://hub.docker.com/u/gitpod). + +## 2025-02-24 + +- Bump Rust to `1.85.0` + ## 2025-01-27 - Bump Bun to `1.2` diff --git a/chunks/lang-rust/chunk.yaml b/chunks/lang-rust/chunk.yaml index 4d600e029..bf59c39ae 100644 --- a/chunks/lang-rust/chunk.yaml +++ b/chunks/lang-rust/chunk.yaml @@ -1,4 +1,4 @@ variants: - name: "1" args: - RUST_VERSION: 1.84.1 + RUST_VERSION: 1.85.0