From 3c3a36e967c33da38f4da91dd6ac1ffb9ab61398 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 17 Nov 2025 09:48:57 +0800 Subject: [PATCH] Mark gcc unmaintained --- crates/gcc/RUSTSEC-0000-0000.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 crates/gcc/RUSTSEC-0000-0000.md diff --git a/crates/gcc/RUSTSEC-0000-0000.md b/crates/gcc/RUSTSEC-0000-0000.md new file mode 100644 index 000000000..975c2d971 --- /dev/null +++ b/crates/gcc/RUSTSEC-0000-0000.md @@ -0,0 +1,19 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "gcc" +date = "2025-11-17" +url = "https://crates.io/crates/gcc" +informational = "unmaintained" + +[versions] +patched = [] +``` + +# gcc crate is unmaintained + +The `gcc` crate is deprecated and no longer actively maintained. If you rely on this crate, consider switching to a recommended alternative. + +## Recommended alternatives + +- [`cc`](https://crates.io/crates/cc) \ No newline at end of file