Release 3.2.1 - fix

This commit is contained in:
Neshura 2025-03-25 21:11:44 +01:00
parent 041590a559
commit 3b5e65b350
Signed by: Neshura
GPG key ID: 4E2D47B1374C297D
4 changed files with 403 additions and 61 deletions

View file

@ -1,7 +1,7 @@
[package]
authors = ["Neshura"]
name = "aob-lemmy-bot"
version = "3.2.0"
version = "3.2.1"
edition = "2021"
description = "Bot for automatically posting new chapters of 'Ascendance of a Bookworm' released by J-Novel Club"
license = "GPL-3.0-or-later"
@ -17,8 +17,8 @@ systemd-units = { enable = false }
[dependencies]
chrono = "^0.4"
lemmy_api_common = "0.19.5"
lemmy_db_schema = "0.19.5"
lemmy_api_common = "0.19.9"
lemmy_db_schema = "0.19.9"
once_cell = "^1.19"
reqwest = { version = "^0.12", features = ["blocking", "json"] }
serde = "^1.0"