Skip to content

Commit

Permalink
Updated Rust/Cargo toolchain to version 1.83.0 (2024-11-03).
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltrick committed Dec 3, 2024
1 parent 9183ba7 commit 97b4e1b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/).

## r10 - 2024-12-03

### Changed
- Updated Rust/Cargo toolchain to version 1.83.0 (2024-11-28).
- Updated base system to Debian 12.8 (2024-12-03).

## r9 - 2024-10-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Rust version
FROM rust:1.82.0-slim-bookworm@sha256:1b2dc859510509787ca13aa8393367596a294152ec33195b72a5572ba0ad68b2
FROM rust:1.83.0-slim-bookworm@sha256:d5e099796bcfe12393ed610f2e6f972cd6be4b87e137fc7d60424d0430698d80

# Set up environment
ENV CARGO_HOME="/usr/local/cargo"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Version history

| **Release** | **Date** | **Base system** | **Rust toolchain** | **TPM2 Software Stack** |
| ----------- | ---------- | ------------------------------ | ------------------ | ----------------------- |
| r10 | 2024-12-03 | Debian 12.8, 2024-12-03 | 1.83.0 | 3.2.1-3 |
| r9 | 2024-10-18 | Debian 12.7, 2024-10-17 | 1.82.0 | 3.2.1-3 |
| r8 | 2024-09-28 | Debian 12.7, 2024-09-27 | 1.81.0 | 3.2.1-3 |
| r7 | 2024-09-20 | Debian 12.7, 2024-09-05 | 1.81.0 | 3.2.1-3 |
Expand Down

0 comments on commit 97b4e1b

Please sign in to comment.