Release Candidate 2.1.6-rc.1
This commit is contained in:
parent
80aa007857
commit
1ebedb3eb2
2 changed files with 3 additions and 8 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -43,7 +43,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "aob-lemmy-bot"
|
||||
version = "2.1.5"
|
||||
version = "2.1.6-rc.1"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"confy",
|
||||
|
@ -245,12 +245,6 @@ dependencies = [
|
|||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dotenv"
|
||||
version = "0.15.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
|
||||
|
||||
[[package]]
|
||||
name = "encoding_rs"
|
||||
version = "0.8.33"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
authors = ["Neshura"]
|
||||
name = "aob-lemmy-bot"
|
||||
version = "2.1.5"
|
||||
version = "2.1.6-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"
|
||||
|
@ -12,6 +12,7 @@ extended-description = "Bot for automatically posting new chapters of 'Ascendanc
|
|||
revision = "1"
|
||||
depends = ["$auto", "systemd"]
|
||||
#systemd-units = { enable = false }
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in a new issue