From c7debc557e0d90ba55df74e05c2faac2f8c0ee30 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:15:52 -0500 Subject: [PATCH] Add "Breakage! in the Cargo.toml" post It's a feature highlight post for the newly-released `cargo-semver-checks v0.37`, which is now able to check package manifests for breakage. --- draft/2024-12-04-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2024-12-04-this-week-in-rust.md b/draft/2024-12-04-this-week-in-rust.md index bebaa2c7a..2a1c95708 100644 --- a/draft/2024-12-04-this-week-in-rust.md +++ b/draft/2024-12-04-this-week-in-rust.md @@ -38,6 +38,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates ### Observations/Thoughts +- [Breakage! in the Cargo.toml — How Rust Package Features Work (And Break)](https://predr.ag/blog/breakage-in-the-cargo-toml-how-rust-package-features-work/) ### Rust Walkthroughs