From 6d8ad19768d087239f6c6f06183e129d6c7c70b7 Mon Sep 17 00:00:00 2001 From: Luni-4 Date: Mon, 28 Feb 2022 11:56:15 +0100 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 720f98f..98e2f2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "flavors" version = "0.2.0" authors = ["Geoffroy Couprie "] license = "MIT" -edition = "2018" +edition = "2021" include = ["src/**/*", "LICENSE", "README.md"] [dependencies]