diff --git a/draft/2025-02-12-this-week-in-rust.md b/draft/2025-02-12-this-week-in-rust.md index 3dba53bc3..8de601b96 100644 --- a/draft/2025-02-12-this-week-in-rust.md +++ b/draft/2025-02-12-this-week-in-rust.md @@ -38,9 +38,9 @@ and just ask the editors to select the category. ### Project/Tooling Updates * [Maintainer opinions on Rust-for-Linux](https://lwn.net/SubscriberLink/1007921/9020dbb12585d48f/) * [Rewriting essential Linux packages in Rust](https://lwn.net/SubscriberLink/1007907/a9db87fc233bceae/) - * [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) +* [Gladius 0.2 released - a GPLv3, command line, multicursor code editor with LSP support](https://codeberg.org/njskalski/bernardo/src/branch/master/docs/beta_release_notes/beta_1_release.md) ### Observations/Thoughts * [Solving the ABA Problem in Rust: Tagged Pointers with Versioning](https://minikin.me/blog/solving-the-aba-problem-in-rust-tagged-pointers)