From f6e94a3da1f33e7b9d6a6fcfc42a8573f5884400 Mon Sep 17 00:00:00 2001 From: Naim A <227396+naim94a@users.noreply.github.com> Date: Thu, 13 Jan 2022 21:36:52 +0200 Subject: [PATCH] update Rust edition to 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c617ec..a6ea7dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "udpt-rs" version = "3.1.1" authors = ["Naim A. "] description = "High performance torrent tracker" -edition = "2018" +edition = "2021" [profile.release] lto = "fat"