From 3bec77f043d0b6d085723b8ce06fe5f4b8a16261 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 e4629e5..aab5ee1 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]