From 9bb62558e3144e7f66f59e417597c3ca8165fe96 Mon Sep 17 00:00:00 2001 From: Shachar Langbeheim Date: Mon, 6 Oct 2025 12:26:07 +0300 Subject: [PATCH 1/2] Add redis-rs 1.0.0 release candidate announcement Added announcement for redis-rs 1.0.0 release candidate. --- draft/2025-10-08-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-10-08-this-week-in-rust.md b/draft/2025-10-08-this-week-in-rust.md index f59f526cc..4a67fedbd 100644 --- a/draft/2025-10-08-this-week-in-rust.md +++ b/draft/2025-10-08-this-week-in-rust.md @@ -45,6 +45,8 @@ and just ask the editors to select the category. ### Project/Tooling Updates +* [Announcing redis-rs 1.0.0 release candidate]([https://github.com/redis-rs/redis-rs/blob/redis-1.0.0-rc.0/version1.md]) + ### Observations/Thoughts ### Rust Walkthroughs From 7617287389104810ea089e51647afe6d08e42c95 Mon Sep 17 00:00:00 2001 From: Shachar Langbeheim Date: Mon, 6 Oct 2025 14:52:24 +0300 Subject: [PATCH 2/2] fix link --- draft/2025-10-08-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-10-08-this-week-in-rust.md b/draft/2025-10-08-this-week-in-rust.md index 4a67fedbd..1f98e321e 100644 --- a/draft/2025-10-08-this-week-in-rust.md +++ b/draft/2025-10-08-this-week-in-rust.md @@ -45,7 +45,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates -* [Announcing redis-rs 1.0.0 release candidate]([https://github.com/redis-rs/redis-rs/blob/redis-1.0.0-rc.0/version1.md]) +* [Announcing redis-rs 1.0.0 release candidate](https://github.com/redis-rs/redis-rs/blob/redis-1.0.0-rc.0/version1.md) ### Observations/Thoughts