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` 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