Skip to content

Commit 32a3f88

Browse files
authored
add: Unmaintained advisory for chrono-english (#1978)
1 parent 35e0174 commit 32a3f88

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
```toml
2+
[advisory]
3+
id = "RUSTSEC-0000-0000"
4+
package = "chrono-english"
5+
informational = "unmaintained"
6+
date = "2024-06-24"
7+
url = "https://github.com/stevedonovan/chrono-english/issues/29"
8+
9+
[versions]
10+
patched = []
11+
```
12+
13+
# The maintainer of chrono-english is unresponsible
14+
15+
All versions will encounter compilation errors with a chrono version `>0.4.35`, due
16+
to backward incompatible API changes.
17+
18+
User conradludgade reworked the original crate and created a fork with the same API
19+
surface called [interim](https://github.com/conradludgate/interim).
20+
21+
The fork is better structured and passes the same test suite as chrono-english,
22+
ensuring backward compatibility.

0 commit comments

Comments
 (0)