From 0b29eb3abe546851aeb126c2f3a22f5bb776b194 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 46433fb..0bc3786 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]