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,7 +1,7 @@
//! # API controller
use actix_web::body::BoxBody;
use actix_web::HttpResponse;
use actix_web::body::BoxBody;
use std::fmt::{Debug, Display, Formatter};
use zip::result::ZipError;