From e4fbcbe4b62a5c31c02eaab5848dcd997a5b2d4c Mon Sep 17 00:00:00 2001 From: Taehoon Moon Date: Tue, 11 Feb 2025 21:00:08 +0900 Subject: [PATCH] Add Glues v0.6 to Project/Tooling Updates --- draft/2025-02-12-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-02-12-this-week-in-rust.md b/draft/2025-02-12-this-week-in-rust.md index 29aec9469..748b4caaf 100644 --- a/draft/2025-02-12-this-week-in-rust.md +++ b/draft/2025-02-12-this-week-in-rust.md @@ -38,6 +38,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates * [Nutype 0.6.0 - newtype with guarantees supports const functions now](https://github.com/greyblake/nutype/releases/tag/v0.6.0) +* [Glues v0.6.0 – TUI Note-Taking App with a major design refresh](https://github.com/gluesql/glues/releases/tag/v0.6.0) ### Observations/Thoughts * [Solving the ABA Problem in Rust: Tagged Pointers with Versioning](https://minikin.me/blog/solving-the-aba-problem-in-rust-tagged-pointers)