From e9b488e68a64f1ee48f3e70028f8ca8937f2600e Mon Sep 17 00:00:00 2001 From: Glen De Cauwsemaecker Date: Sun, 29 Sep 2024 23:29:01 +0200 Subject: [PATCH] add tokio-graceful 0.2.0 release to draft --- draft/2024-10-02-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-10-02-this-week-in-rust.md b/draft/2024-10-02-this-week-in-rust.md index 65f0a8787..d1892b805 100644 --- a/draft/2024-10-02-this-week-in-rust.md +++ b/draft/2024-10-02-this-week-in-rust.md @@ -37,6 +37,8 @@ and just ask the editors to select the category. ### Project/Tooling Updates ++ [tokio-graceful 0.2.0: support shutdown trigger delay and forceful shutdown](https://github.com/plabayo/tokio-graceful/releases/tag/0.2.0) + ### Observations/Thoughts ### Rust Walkthroughs