Mark gcc unmaintained

This commit is contained in:
John Vandenberg
2025-11-17 09:48:57 +08:00
committed by Dirkjan Ochtman
parent de3adb7264
commit 3c3a36e967

View File

@@ -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)