From 34457d1cc1efe7315885a09be8adfaa2614e55f6 Mon Sep 17 00:00:00 2001 From: ddidderr Date: Thu, 20 Feb 2025 18:27:17 +0100 Subject: [PATCH] [rust] edition 2024 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aba9a1d..a3a3cf6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "expose-dir-via-http" version = "1.2.1" -edition = "2021" +edition = "2024" [lints.rust] unsafe_code = "forbid"