fixing Cargo edition
This commit is contained in:
parent
841b61513b
commit
c5635b5c66
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "image-helper-wordpress"
|
name = "image-helper-wordpress"
|
||||||
version = "0.1.1"
|
version = "0.1.1"
|
||||||
edition = "2024"
|
edition = "2021"
|
||||||
license = "GPLv3"
|
license = "GPLv3"
|
||||||
authors = ["Falko Zurell <falko@zurell.de>"]
|
authors = ["Falko Zurell <falko@zurell.de>"]
|
||||||
description = "A tool to upload images to WordPress with AI-generated descriptions"
|
description = "A tool to upload images to WordPress with AI-generated descriptions"
|
||||||
|
|
Loading…
Reference in a new issue