ical-rs: Pin version to Git commit

This commit is contained in:
Lennart
2026-01-19 15:04:54 +01:00
parent 15e1509fe3
commit ea2f841269
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ strum = "0.27"
strum_macros = "0.27"
serde_json = { version = "1.0", features = ["raw_value"] }
sqlx-sqlite = { version = "0.8", features = ["bundled"] }
ical = { git = "https://github.com/lennart-k/ical-rs", branch = "dev", features = [
ical = { git = "https://github.com/lennart-k/ical-rs", rev = "f1ad6456fd6cbd1e6da095297febddd2cfe61422", features = [
"chrono-tz",
] }
toml = "0.9"