From e9bea92808de77ff4d4e94c8fe0dccece542d2ce Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 7 Feb 2024 16:13:31 -0800 Subject: [PATCH] Upgrade to 2021 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3abe875..b75a7e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ version = "0.2.18" readme = "README.md" build = "build.rs" exclude = ["/ci/*", "/.github/*"] -edition = "2018" +edition = "2021" rust-version = "1.60" [package.metadata.docs.rs]