mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
Add unmaintained advisory for custom_derive
This commit is contained in:
committed by
Dirkjan Ochtman
parent
d6c6489daf
commit
15591dc0c7
20
crates/custom_derive/RUSTSEC-0000-0000.md
Normal file
20
crates/custom_derive/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,20 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "custom_derive"
|
||||
date = "2025-09-07"
|
||||
url = "https://github.com/rustsec/advisory-db/issues/2199"
|
||||
informational = "unmaintained"
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
```
|
||||
|
||||
# custom_derive crate is unmaintained
|
||||
|
||||
The `custom_derive` crate is no longer actively maintained. If you rely on this crate, consider switching to a maintained alternative.
|
||||
|
||||
## Recommended alternatives
|
||||
|
||||
- [`strum`](https://crates.io/crates/strum)
|
||||
- [`macro-attr`](https://crates.io/crates/macro-attr)
|
||||
Reference in New Issue
Block a user