From e79113b905139147f22ecc5de6dd3bdf5cb9788f Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Sun, 25 Feb 2024 11:39:24 +0100 Subject: [PATCH] remove unnecessary import --- crates/caldav/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/caldav/Cargo.toml b/crates/caldav/Cargo.toml index 0905551..f79a373 100644 --- a/crates/caldav/Cargo.toml +++ b/crates/caldav/Cargo.toml @@ -24,6 +24,3 @@ serde_json = "1.0" tokio = { version = "1.35", features = ["sync", "full"] } async-trait = "0.1" thiserror = "1.0" -ical = { git = "https://github.com/Peltoche/ical-rs.git", features = [ - "generator", -] }