diff --git a/src/pages/posts/postwoman.mdx b/src/pages/posts/postwoman.mdx index 280b4d6..2bcfe2b 100644 --- a/src/pages/posts/postwoman.mdx +++ b/src/pages/posts/postwoman.mdx @@ -3,9 +3,10 @@ layout: '@/layouts/PostLayout.astro' title: 'Creating a Postman Clone in Rust' summary: 'Walkthrough how and why I made a Postman clone with Iced in Rust.' author: 'Isaiah Gamble' -publishDate: '22 November 2022' +publishDate: '20 May 2024' tags: ['Rust', 'Programming', 'Networking', 'UI'] editDate: '' +published: false --- ## Why?