diff --git a/Cargo.lock b/Cargo.lock index a200fb9..947e6d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index dae1d79..4626a00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]