aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2022-07-16 15:17:40 +0200
committerReiner Herrmann <reiner@reiner-h.de>2022-07-16 15:17:40 +0200
commit8d56114ad22fedb6c32e86016b9865eb4c1a67ef (patch)
tree40847eda07e81770ea1e3a608a6f6988edd9c586 /Cargo.toml
parent7e1cade440763e5af9aa185e861cb4d951ca0c9a (diff)
Bump rust edition to 2021
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 2518c50..0adb553 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 = "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/"