From 960b2c4c82c6db35ac8ac8296f4392e3a6191443 Mon Sep 17 00:00:00 2001 From: Autofix Date: Sun, 18 May 2025 03:05:27 +0000 Subject: [PATCH 1/2] Autofix: update-lang-rust --- chunks/lang-rust/chunk.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chunks/lang-rust/chunk.yaml b/chunks/lang-rust/chunk.yaml index 505711409..660ba0ad0 100644 --- a/chunks/lang-rust/chunk.yaml +++ b/chunks/lang-rust/chunk.yaml @@ -1,4 +1,4 @@ variants: - name: "1" args: - RUST_VERSION: 1.86.0 + RUST_VERSION: 1.87.0 From 42c08a627cd74562738c361933c4490b0b4d2236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Tron=C3=AD=C4=8Dek?= Date: Mon, 26 May 2025 09:21:38 +0000 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bdae269f..2bb2ddf79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ A curated, chronologically ordered list of notable changes in [Gitpod's default workspace images](https://hub.docker.com/u/gitpod). +## 2025-05-26 + +- Bump Rust to `1.87.0` + ## 2025-04-16 - Bump Rust to `1.86.0`