From 3265775b2c0f85015576a020c35facc28f87b493 Mon Sep 17 00:00:00 2001 From: Taehoon Moon Date: Wed, 24 Sep 2025 23:38:37 +0900 Subject: [PATCH] Add GlueSQL v0.18.0 release update --- draft/2025-09-24-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-09-24-this-week-in-rust.md b/draft/2025-09-24-this-week-in-rust.md index a2db87713..40e41c552 100644 --- a/draft/2025-09-24-this-week-in-rust.md +++ b/draft/2025-09-24-this-week-in-rust.md @@ -45,6 +45,8 @@ and just ask the editors to select the category. ### Project/Tooling Updates +* [GlueSQL v0.18.0 adds Send/Sync support and a new derive macro for typed row mapping](https://github.com/gluesql/gluesql/releases/tag/v0.18.0) + ### Observations/Thoughts ### Rust Walkthroughs