From 8d56114ad22fedb6c32e86016b9865eb4c1a67ef Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 16 Jul 2022 15:17:40 +0200 Subject: Bump rust edition to 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2518c50..0adb553 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "rtftp" version = "1.1.2" authors = ["Reiner Herrmann "] -edition = "2018" +edition = "2021" 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