From 8ada5aa95b57b571e111fb40eabbb7c83022e3d0 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Mon, 12 Feb 2024 12:58:42 -0700 Subject: [PATCH 1/3] Update 2024-02-14-this-week-in-rust.md --- draft/2024-02-14-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-02-14-this-week-in-rust.md b/draft/2024-02-14-this-week-in-rust.md index 83b515154..0c63e2b28 100644 --- a/draft/2024-02-14-this-week-in-rust.md +++ b/draft/2024-02-14-this-week-in-rust.md @@ -35,6 +35,8 @@ and just ask the editors to select the category. ### Project/Tooling Updates +- [zbus 4.0 — release notes](https://github.com/dbus2/zbus/releases/tag/zbus-4.0.0) + ### Observations/Thoughts ### Rust Walkthroughs From 6ccf61e6419f31e23729e2ea0838bccaf3521370 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Wed, 14 Feb 2024 18:57:18 -0700 Subject: [PATCH 2/3] Update draft/2024-02-14-this-week-in-rust.md Co-authored-by: Zeeshan Ali Khan --- draft/2024-02-14-this-week-in-rust.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/draft/2024-02-14-this-week-in-rust.md b/draft/2024-02-14-this-week-in-rust.md index 0c63e2b28..b02069d5a 100644 --- a/draft/2024-02-14-this-week-in-rust.md +++ b/draft/2024-02-14-this-week-in-rust.md @@ -35,8 +35,10 @@ and just ask the editors to select the category. ### Project/Tooling Updates -- [zbus 4.0 — release notes](https://github.com/dbus2/zbus/releases/tag/zbus-4.0.0) +- [zbus 4.0][zbus4] released. [zbus][zbus] is a pure Rust D-Bus crate. The new version brings a more ergonomic and safer API. +[zbus4]: https://github.com/dbus2/zbus/releases/tag/zbus-4.0.0 +[zbus]: https://github.com/dbus2/zbus ### Observations/Thoughts ### Rust Walkthroughs From f465eec1d30ab0e136db9c042c25c9e4aca7f963 Mon Sep 17 00:00:00 2001 From: M Goldin <23177337+mariannegoldin@users.noreply.github.com> Date: Wed, 14 Feb 2024 21:13:19 -0800 Subject: [PATCH 3/3] fix formatting --- draft/2024-02-14-this-week-in-rust.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/draft/2024-02-14-this-week-in-rust.md b/draft/2024-02-14-this-week-in-rust.md index b02069d5a..425d3e73d 100644 --- a/draft/2024-02-14-this-week-in-rust.md +++ b/draft/2024-02-14-this-week-in-rust.md @@ -35,10 +35,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates -- [zbus 4.0][zbus4] released. [zbus][zbus] is a pure Rust D-Bus crate. The new version brings a more ergonomic and safer API. - -[zbus4]: https://github.com/dbus2/zbus/releases/tag/zbus-4.0.0 -[zbus]: https://github.com/dbus2/zbus +* [zbus 4.0 released]. zbus is a pure Rust D-Bus crate. The new version brings a more ergonomic and safer API. Crates: [zbus4](https://github.com/dbus2/zbus/releases/tag/zbus-4.0.0) | [zbus](https://github.com/dbus2/zbus) ### Observations/Thoughts ### Rust Walkthroughs