diff --git a/draft/2024-10-30-this-week-in-rust.md b/draft/2024-10-30-this-week-in-rust.md index 4f4b6f025..6e6e497d5 100644 --- a/draft/2024-10-30-this-week-in-rust.md +++ b/draft/2024-10-30-this-week-in-rust.md @@ -38,6 +38,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates * [Announcing Toasty, an async ORM for Rust](https://tokio.rs/blog/2024-10-23-announcing-toasty) * [gitoxide - October 2024](https://github.com/GitoxideLabs/gitoxide/discussions/1641) +* [Glues v0.4 - MongoDB support and Vim editing features](https://github.com/gluesql/glues/releases/tag/v0.4.0) ### Observations/Thoughts * [Why You Shouldn't Arc a HashMap in Rust](https://packetandpine.com/blog/arc-mutex-hashmap-rust/)