diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2022-07-16 15:17:40 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2022-07-16 15:17:40 +0200 |
| commit | 8d56114ad22fedb6c32e86016b9865eb4c1a67ef (patch) | |
| tree | 40847eda07e81770ea1e3a608a6f6988edd9c586 | |
| parent | 7e1cade440763e5af9aa185e861cb4d951ca0c9a (diff) | |
Bump rust edition to 2021
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/" |
