From 40e2a4ad5e25d7c7c34631f057e05bd5460249e4 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 28 Dec 2023 12:23:06 -0800 Subject: [PATCH] Switch to 2021 edition and Cargo's v2 resolver --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 691542d..dc88e20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ readme = "Readme.md" license = "MIT" version = "5.1.0" # remember to update html_root_url authors = ["Tristan Hume "] -edition = "2018" +edition = "2021" exclude = [ "testdata/*", "/scripts/*",