Add unmaintained rusttype (#1388)

This commit is contained in:
pinkforest(she/her)
2022-08-31 04:36:44 +10:00
committed by GitHub
parent cd616654ec
commit 7fb3fd2a29

View File

@@ -0,0 +1,26 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "rusttype"
date = "2021-04-01"
url = "https://gitlab.redox-os.org/redox-os/rusttype/-/issues/148"
informational = "unmaintained"
[versions]
patched = []
```
# rusttype is Unmaintained
The maintainer has adviced this crate is deprecated and will not
receive any maintenance.
The maintainer has further advised to migrate over to `ab_glyph`.
Last release seems to have been over two years ago.
## Possible Alternative(s)
The below list has not been vetted in any way and may or may not contain alternatives;
- [ab_glyph](https://crates.io/crates/ab_glyph)