Update Rust to edition 2024
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-28 15:09:21 +01:00
parent c6e53d5790
commit ca6b5d398b
19 changed files with 28 additions and 25 deletions

View File

@ -1,6 +1,6 @@
use ical::{generator::*, *};
use actix_web::{web, HttpResponse};
use actix_web::{HttpResponse, web};
use chrono::DateTime;
use crate::constants::StaticConstraints;