Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: Unmaintained advisory for chrono-english #1978

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.