Release 2.1.6 + Full Debian Dependencies
This commit is contained in:
parent
7a4f075b58
commit
95bdb03236
2 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -43,7 +43,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aob-lemmy-bot"
|
||||
version = "2.1.6-rc.1"
|
||||
version = "2.1.6"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"confy",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
authors = ["Neshura"]
|
||||
name = "aob-lemmy-bot"
|
||||
version = "2.1.6-rc.1"
|
||||
version = "2.1.6"
|
||||
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"
|
||||
|
@ -10,7 +10,7 @@ license = "GPL-3.0-or-later"
|
|||
extended-description = "Bot for automatically posting new chapters of 'Ascendance of a Bookworm' released by J-Novel Club"
|
||||
#maintainer-scripts = "debian/" currently disabled since the application is not runnable as a daemon
|
||||
revision = "1"
|
||||
depends = ["$auto", "systemd"]
|
||||
depends = ["libc6", "libssl3", "systemd"]
|
||||
#systemd-units = { enable = false }
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
Loading…
Reference in a new issue