We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e0174 commit 32a3f88Copy full SHA for 32a3f88
crates/chrono-english/RUSTSEC-0000-0000.md
@@ -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