From a2155e0af662425471989d0e8d475d6358aa27a7 Mon Sep 17 00:00:00 2001 From: Sunshine Date: Sun, 14 Jan 2024 11:56:46 -0500 Subject: [PATCH] switch Rust edition from 2018 to 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac51612..097596e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = [ "Emi Simpson ", "rhysd ", ] -edition = "2018" +edition = "2021" description = "CLI tool for saving web pages as a single HTML file" homepage = "https://github.com/Y2Z/monolith" repository = "https://github.com/Y2Z/monolith"