From f51af1ad744a2f88379ecf5890979b2841095d8d Mon Sep 17 00:00:00 2001 From: zyl Date: Wed, 4 Jun 2025 23:20:29 -0700 Subject: [PATCH] upgrade rust edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c935176..8c81dab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] description = "static site generator fit for a dog" -edition = "2021" +edition = "2024" homepage = "https://webdog.zyl.gay" license = "AGPL-3.0-or-later" name = "webdog"