Add a startup test to check whether existing data will be compatible with v0.12

This commit is contained in:
Lennart
2026-01-10 13:22:49 +01:00
parent 55eabfde4a
commit 53f81a9433
4 changed files with 165 additions and 12 deletions

View File

@@ -201,3 +201,7 @@ tower-http.workspace = true
axum-extra.workspace = true
headers.workspace = true
http.workspace = true
# TODO: Remove in next major release
ical_dev = { package = "ical", git = "https://github.com/lennart-k/ical-rs", branch = "dev", features = [
"chrono-tz",
] }