From e4facd48e9968383afbf69fcdbd11ebe0d6b2b5c Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Sun, 8 Sep 2024 08:53:08 +0100 Subject: [PATCH] Update blocker description in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83c6c21..dacb86e 100644 --- a/README.md +++ b/README.md @@ -100,4 +100,4 @@ Do not rely on SBOMs when dealing with supply chain attacks! ### What is blocking uplifting this into Cargo? -Cargo itself is [currently in a feature freeze](https://blog.rust-lang.org/inside-rust/2022/03/31/cargo-team-changes.html). +The [RFC for this functionality in Cargo itself](https://github.com/rust-lang/rfcs/pull/2801) has been [postponed](https://github.com/rust-lang/rfcs/pull/2801#issuecomment-2122880841) by the Cargo team until the [more foundational SBOM RFC](https://github.com/rust-lang/rfcs/pull/3553) is implemented.