From ef243d609d0103d660019ebfcfa42b8bdb3d4126 Mon Sep 17 00:00:00 2001 From: Christian Jansen Date: Sat, 12 Jul 2025 00:15:34 -0400 Subject: [PATCH] Added video tag and removed tracking param Added the `[video]` tag normally used in TWiR, and removed a tracking parameter from the video URL. --- content/2025-07-09-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2025-07-09-this-week-in-rust.md b/content/2025-07-09-this-week-in-rust.md index 0458f86db..77f9f3dc4 100644 --- a/content/2025-07-09-this-week-in-rust.md +++ b/content/2025-07-09-this-week-in-rust.md @@ -39,7 +39,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates * [toml v0.9](https://epage.github.io/blog/2025/07/toml-09/) * [Announcing dynify: Pin-init trait objects on the stack in stable Rust](https://www.reddit.com/r/rust/s/Xinstp8iSx) -* [What's new in Ratatui 0.30.0?](https://www.youtube.com/live/nucLyibb5NU?si=copCqnEK7X5ZC9ry) +* [video] [What's new in Ratatui 0.30.0?](https://www.youtube.com/live/nucLyibb5NU) * [Introducing Tyr, a new Rust DRM driver](https://www.collabora.com/news-and-blog/news-and-events/introducing-tyr-a-new-rust-drm-driver.html) * [RustFS: distributed object storage and MinIO alternative written in Rust](https://github.com/rustfs/rustfs) * [Rama 0.3.0-alpha.1 - A Protocol Leap Forward](https://github.com/plabayo/rama/discussions/622)