From 4ce4ef382a502c8305010d8c5b63473a1a97521e Mon Sep 17 00:00:00 2001 From: Luca Palmieri Date: Mon, 27 Dec 2021 10:56:25 +0100 Subject: [PATCH] Update to 2021 edition. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba99943..347c206 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "zero2prod" version = "0.1.0" authors = ["LukeMathWalker "] -edition = "2018" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]