From 048921126a664a62755982220af82fe96eb6794b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vedran=20Mileti=C4=87?= Date: Sat, 15 Nov 2025 10:31:46 +0100 Subject: [PATCH] Link to 1.56.0 and 1.85.0 blog posts This is consistent with 1.31.0 link in Rust 2018 index page. --- src/rust-2021/index.md | 2 +- src/rust-2024/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rust-2021/index.md b/src/rust-2021/index.md index 0bb4143d..0b4c8098 100644 --- a/src/rust-2021/index.md +++ b/src/rust-2021/index.md @@ -3,7 +3,7 @@ | Info | | | --- | --- | | RFC | [#3085](https://github.com/rust-lang/rfcs/pull/3085) | -| Release version | 1.56.0 | +| Release version | [1.56.0](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0/) | The Rust 2021 Edition contains several changes that bring new capabilities and more consistency to the language, and opens up room for expansion in the future. diff --git a/src/rust-2024/index.md b/src/rust-2024/index.md index e8dfbcaa..26ba3054 100644 --- a/src/rust-2024/index.md +++ b/src/rust-2024/index.md @@ -3,4 +3,4 @@ | Info | | | --- | --- | | RFC | [#3501](https://rust-lang.github.io/rfcs/3501-edition-2024.html) | -| Release version | 1.85.0 | +| Release version | [1.85.0](https://blog.rust-lang.org/2025/02/20/Rust-1.85.0/) |