Update Rust edition to 2024

This commit is contained in:
Lennart
2025-04-06 17:08:37 +02:00
parent 6e03d58457
commit e2d423fdc2

View File

@@ -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"