From 3836eed245420e0926660a4b7e0f63dab830d884 Mon Sep 17 00:00:00 2001 From: softprops Date: Fri, 7 Jun 2024 12:15:29 -0400 Subject: [PATCH] bump edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 312ceaf..ea442ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/softprops/envy" keywords = ["serde", "env"] license = "MIT" readme = "README.md" -edition = "2018" +edition = "2021" categories = [ "config" ]