From 403d952e06f7feafccd7636a175f5af43d2ae314 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Sun, 21 Jan 2024 14:42:29 +0100 Subject: [PATCH] Update ical dependency (necessary feature arrived in release) --- crates/caldav/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/caldav/Cargo.toml b/crates/caldav/Cargo.toml index 7f0853e..960975f 100644 --- a/crates/caldav/Cargo.toml +++ b/crates/caldav/Cargo.toml @@ -24,6 +24,6 @@ serde_json = "1.0.105" tokio = { version = "1.32.0", features = ["sync", "full"] } async-trait = "0.1.73" thiserror = "1.0.48" -ical = { git = "https://github.com/Peltoche/ical-rs.git", rev = "4f7aeb0", features = [ +ical = { git = "https://github.com/Peltoche/ical-rs.git", features = [ "generator", ] }