Skip to content

Commit

Permalink
add: Unmaintained advisory for chrono-english (#1978)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor authored Nov 10, 2024
1 parent 35e0174 commit 32a3f88
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions crates/chrono-english/RUSTSEC-0000-0000.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "chrono-english"
informational = "unmaintained"
date = "2024-06-24"
url = "https://github.com/stevedonovan/chrono-english/issues/29"

[versions]
patched = []
```

# The maintainer of chrono-english is unresponsible

All versions will encounter compilation errors with a chrono version `>0.4.35`, due
to backward incompatible API changes.

User conradludgade reworked the original crate and created a fork with the same API
surface called [interim](https://github.com/conradludgate/interim).

The fork is better structured and passes the same test suite as chrono-english,
ensuring backward compatibility.

0 comments on commit 32a3f88

Please sign in to comment.