Release 3.2.1 - fix #27
This commit is contained in:
parent
041590a559
commit
3b5e65b350
4 changed files with 403 additions and 61 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue