From 4da4debed1026324f3d1fc87a82a65cca86341ca Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Thu, 4 Jun 2026 21:17:07 +0200 Subject: Bump Rust edition to 2024 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 128227f..2d88547 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "rtftp" version = "1.1.2" authors = ["Reiner Herrmann "] -edition = "2021" +edition = "2024" license = "GPL-3.0-or-later" description = "client and server implementation of the Trivial File Transfer Protocol" repository = "https://github.com/reinerh/rtftp/" -- cgit v1.2.3