Removes the TUI in favor of event based logging #15

Merged
Neshura merged 17 commits from remove_tui into main 2023-12-30 00:28:47 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 9c15ea791f - Show all commits

2
Cargo.lock generated
View file

@ -43,7 +43,7 @@ dependencies = [
[[package]]
name = "aob-lemmy-bot"
version = "2.1.6"
version = "2.1.7-rc.1"
dependencies = [
"chrono",
"confy",

View file

@ -1,7 +1,7 @@
[package]
authors = ["Neshura"]
name = "aob-lemmy-bot"
version = "2.1.6"
version = "2.1.7-rc.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"