From fbef706e28c7ca7cce8dfec7ca073f3b359879d3 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 13 Oct 2022 09:59:38 +0100 Subject: [PATCH] Update to Rust 2021 edition Signed-off-by: Jonathan Woollett-Light --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98cb679..6ff8786 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "micro_http" version = "0.1.0" license = "Apache-2.0" authors = ["Amazon Firecracker team "] -edition = "2018" +edition = "2021" [dependencies] libc = "0.2.66"