From dd0590d4a4ca4de1b8e56625902553835280469e Mon Sep 17 00:00:00 2001 From: Glen De Cauwsemaecker Date: Tue, 15 Apr 2025 20:35:20 +0200 Subject: [PATCH 1/4] add rama content to 2025-04-16-this-week-in-rust.md --- draft/2025-04-16-this-week-in-rust.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/draft/2025-04-16-this-week-in-rust.md b/draft/2025-04-16-this-week-in-rust.md index 4b25e622a..c7514500c 100644 --- a/draft/2025-04-16-this-week-in-rust.md +++ b/draft/2025-04-16-this-week-in-rust.md @@ -40,6 +40,8 @@ and just ask the editors to select the category. ### Project/Tooling Updates +- [rama 0.2.0-alpha.9](https://github.com/plabayo/rama/releases/tag/rama-0.2.0-alpha.9) + ### Observations/Thoughts ### Rust Walkthroughs @@ -94,6 +96,10 @@ Some of these tasks may also have mentors available, visit the task page for mor +* [rama - add serve command to rama-cli](https://github.com/plabayo/rama/issues/508) +* [rama - add support for include_dir for to ServeDir and related](https://github.com/plabayo/rama/issues/507) +* [rama - add curl module to rama-http-types](https://github.com/plabayo/rama/issues/509) + If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines] or through a [PR to TWiR](https://github.com/rust-lang/this-week-in-rust) or by reaching out on [X (formerly Twitter)](https://x.com/ThisWeekInRust) or [Mastodon](https://mastodon.social/@thisweekinrust)! [guidelines]:https://github.com/rust-lang/this-week-in-rust?tab=readme-ov-file#call-for-participation-guidelines From ac7a0e958c857f9645eb78676c7db9a614f94e68 Mon Sep 17 00:00:00 2001 From: Glen De Cauwsemaecker Date: Tue, 15 Apr 2025 22:17:43 +0200 Subject: [PATCH 2/4] Update 2025-04-16-this-week-in-rust.md --- draft/2025-04-16-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-04-16-this-week-in-rust.md b/draft/2025-04-16-this-week-in-rust.md index c7514500c..323c0a7e9 100644 --- a/draft/2025-04-16-this-week-in-rust.md +++ b/draft/2025-04-16-this-week-in-rust.md @@ -40,7 +40,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates -- [rama 0.2.0-alpha.9](https://github.com/plabayo/rama/releases/tag/rama-0.2.0-alpha.9) +- [rama 0.2.0-alpha.10](https://github.com/plabayo/rama/releases/tag/rama-0.2.0-alpha.10) ### Observations/Thoughts From db96630a28ceecbed78152c96c4f4b9b19cec5d9 Mon Sep 17 00:00:00 2001 From: Glen De Cauwsemaecker Date: Wed, 16 Apr 2025 11:48:19 +0200 Subject: [PATCH 3/4] Update 2025-04-16-this-week-in-rust.md --- draft/2025-04-16-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-04-16-this-week-in-rust.md b/draft/2025-04-16-this-week-in-rust.md index 323c0a7e9..1a36f000f 100644 --- a/draft/2025-04-16-this-week-in-rust.md +++ b/draft/2025-04-16-this-week-in-rust.md @@ -40,7 +40,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates -- [rama 0.2.0-alpha.10](https://github.com/plabayo/rama/releases/tag/rama-0.2.0-alpha.10) +- [rama 0.2.0-alpha.11](https://github.com/plabayo/rama/releases/tag/rama-0.2.0-alpha.11) ### Observations/Thoughts From aa1c67b1fb2acfd20c3ad648186311ea712f755c Mon Sep 17 00:00:00 2001 From: Nell Shamrell-Harrington Date: Wed, 16 Apr 2025 17:35:37 -0700 Subject: [PATCH 4/4] Remove release notes --- draft/2025-04-16-this-week-in-rust.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/draft/2025-04-16-this-week-in-rust.md b/draft/2025-04-16-this-week-in-rust.md index 1a36f000f..3f55d7d7c 100644 --- a/draft/2025-04-16-this-week-in-rust.md +++ b/draft/2025-04-16-this-week-in-rust.md @@ -40,8 +40,6 @@ and just ask the editors to select the category. ### Project/Tooling Updates -- [rama 0.2.0-alpha.11](https://github.com/plabayo/rama/releases/tag/rama-0.2.0-alpha.11) - ### Observations/Thoughts ### Rust Walkthroughs