From dfcf1226d02121a229221a46da196eeab73edfa3 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 30 Jan 2024 15:27:03 +0100 Subject: [PATCH] stick to RFC5545 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 855ce0a..f2c52b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ tokio = { version = "1.35", features = ["full"] } scraper = "0.18" regex = "1.10" chrono = "0.4.31" -ics = "0.5" +ics = { version = "0.5", default-features = false } uuid = { version = "1.6", features = ["v4", "fast-rng"] } clap = { version = "4.4", features = ["derive"] } dialoguer = "0.11"