From e2d423fdc266da7e4be5511b86c784c9e1440891 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Sun, 6 Apr 2025 17:08:37 +0200 Subject: [PATCH] Update Rust edition to 2024 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2d21899..70e5e06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] [workspace.package] version = "0.1.0" -edition = "2021" +edition = "2024" description = "A CalDAV server" repository = "https://github.com/lennart-k/rustical"