From 5a949d6e75e5c559e09b5a865f534096199626b4 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 5 Feb 2024 10:57:45 -0800 Subject: [PATCH] chore: 2021 edition (#276) Nothing to change here, just an edition bump. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 496d73103..48f0ef9c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = [ "Jason White ", ] documentation = "https://docs.rs/tempfile" -edition = "2018" +edition = "2021" rust-version = "1.63" homepage = "https://stebalien.com/projects/tempfile-rs/" keywords = ["tempfile", "tmpfile", "filesystem"]