From ab31a73d9118f7a58561d275787f98375d8d50ef Mon Sep 17 00:00:00 2001 From: Dave Johnson Date: Fri, 25 Apr 2025 07:08:09 -0700 Subject: [PATCH] add walkthrough on reclaiming disk space from Cargo builds --- draft/2025-04-30-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-04-30-this-week-in-rust.md b/draft/2025-04-30-this-week-in-rust.md index 6af4bb4d8..548088e35 100644 --- a/draft/2025-04-30-this-week-in-rust.md +++ b/draft/2025-04-30-this-week-in-rust.md @@ -43,6 +43,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [Freeing Up Gigabytes: Reclaiming Disk Space from Rust Cargo Builds](https://thisdavej.com/freeing-up-gigabytes-reclaiming-disk-space-from-rust-cargo-builds/) ### Research