Updated Cargo.toml for previous commit + Release 2.1.4
All checks were successful
Run Tests on Code / run-tests (push) Successful in 1s
Build and Release Binary File / test (push) Successful in 2s
Build and Release Binary File / build (push) Successful in 1m4s
Build and Release Binary File / upload-release (push) Successful in 2m14s

This commit is contained in:
Neshura 2023-12-19 22:08:59 +01:00
parent 5084da92fb
commit 1f0c42bfdb
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 60 additions and 975 deletions

1029
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,14 +1,14 @@
[package]
name = "ascendance-of-a-bookworm-bot"
version = "2.1.3"
version = "2.1.4"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "^0.4.26"
lemmy_api_common = "^0.18.2"
lemmy_db_schema = "^0.18.2"
lemmy_api_common = { git = "https://github.com/LemmyNet/lemmy.git", tag = "0.19.0" } #"^0.18.2"
lemmy_db_schema = { git = "https://github.com/LemmyNet/lemmy.git", tag = "0.19.0" } #"^0.18.2"
once_cell = "^1.18.0"
reqwest = { version = "^0.11.18", features = ["blocking", "json"] }
serde = "^1.0.164"