diff --git a/CHANGELOG.md b/CHANGELOG.md index dd63aac6b..46df503ce 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). +## 2024-12-01 + +- Bump Rust to `1.83.0` + ## 2024-14-11 - Bump Docker in base image to `27.3.1` diff --git a/chunks/lang-rust/chunk.yaml b/chunks/lang-rust/chunk.yaml index 742f0d4b8..b0aa08751 100644 --- a/chunks/lang-rust/chunk.yaml +++ b/chunks/lang-rust/chunk.yaml @@ -1,4 +1,4 @@ variants: - name: "1" args: - RUST_VERSION: 1.82.0 + RUST_VERSION: 1.83.0