From 1ca601f333a02397d80a921b2094a89953b15d6b Mon Sep 17 00:00:00 2001 From: voelklmichael Date: Tue, 15 Oct 2024 21:27:51 +0200 Subject: [PATCH 1/2] Update 2024-10-16-this-week-in-rust.md --- draft/2024-10-16-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-10-16-this-week-in-rust.md b/draft/2024-10-16-this-week-in-rust.md index dfa14bd01..5b2abd263 100644 --- a/draft/2024-10-16-this-week-in-rust.md +++ b/draft/2024-10-16-this-week-in-rust.md @@ -41,6 +41,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [series] [Serde for Trait Object 3: Deserialization](https://voelklmichael.github.io/Blog/2024/10/15/serde-trait-part3.html) + ### Research ### Miscellaneous From 87758aa89a7cffa5d843fda14c725cb05a50d688 Mon Sep 17 00:00:00 2001 From: voelklmichael Date: Tue, 15 Oct 2024 21:28:28 +0200 Subject: [PATCH 2/2] Update 2024-10-16-this-week-in-rust.md --- draft/2024-10-16-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2024-10-16-this-week-in-rust.md b/draft/2024-10-16-this-week-in-rust.md index 5b2abd263..2dbfa273b 100644 --- a/draft/2024-10-16-this-week-in-rust.md +++ b/draft/2024-10-16-this-week-in-rust.md @@ -41,7 +41,7 @@ and just ask the editors to select the category. ### Rust Walkthroughs -* [series] [Serde for Trait Object 3: Deserialization](https://voelklmichael.github.io/Blog/2024/10/15/serde-trait-part3.html) +* [series] [Serde for Trait Object 3: Deserialization](https://voelklmichael.github.io/Blog/serde-trait-part3.html) ### Research