From a9e0a8829a0b83cc44e1b24a8ae5df762adf0f76 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Thu, 6 Mar 2025 22:17:22 +0100 Subject: Add tests for sync down --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cfea8d4..68f1eaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "blog" -version = "7.1.0" -edition = "2021" +version = "7.1.1" +edition = "2024" license = "AGPL-3.0-or-later" description = "Command line tool to author and manage a semi-ephemeralâ„¢ blog with a gemini archive." homepage = "https://r.bdr.sh/blog.html" -- cgit