From c5635b5c66b7dc31ac033773285cec6f54d46007 Mon Sep 17 00:00:00 2001 From: Falko Zurell Date: Mon, 18 Nov 2024 23:10:36 +0100 Subject: [PATCH] fixing Cargo edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c36f7d1..37c4fb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "image-helper-wordpress" version = "0.1.1" -edition = "2024" +edition = "2021" license = "GPLv3" authors = ["Falko Zurell "] description = "A tool to upload images to WordPress with AI-generated descriptions"