From 9ea2f0842637caf752af7bc5377c3fd69840b495 Mon Sep 17 00:00:00 2001 From: Georg Semmler Date: Tue, 4 Mar 2025 19:37:02 +0000 Subject: [PATCH] Add a blog post about cargos recent resolver changes --- draft/2025-03-05-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-03-05-this-week-in-rust.md b/draft/2025-03-05-this-week-in-rust.md index 4c91c9e72..96edffe2a 100644 --- a/draft/2025-03-05-this-week-in-rust.md +++ b/draft/2025-03-05-this-week-in-rust.md @@ -39,6 +39,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Cargo's missing stability guarantees](https://blog.weiznich.de/blog/cargo-instablity/) + ### Rust Walkthroughs ### Research