aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2026-06-04 21:17:07 +0200
committerReiner Herrmann <reiner@reiner-h.de>2026-06-04 21:17:07 +0200
commit4da4debed1026324f3d1fc87a82a65cca86341ca (patch)
tree0d5dc74abb845abf0d38d78eea40cb4e2cba6bbe /Cargo.toml
parent4fa0f3e8235d9cfb802c8a2ab9cf627ebee8517a (diff)
Bump Rust edition to 2024
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <reiner@reiner-h.de>"]
-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/"