Use lemmy crates again
This commit is contained in:
parent
b94aecefe2
commit
f22e2d6278
2 changed files with 18 additions and 13 deletions
|
@ -1,14 +1,14 @@
|
|||
[package]
|
||||
name = "ascendance-of-a-bookworm-bot"
|
||||
version = "2.1.4"
|
||||
version = "2.1.5"
|
||||
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 = { 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"
|
||||
lemmy_api_common = "0.19.1"
|
||||
lemmy_db_schema = "0.19.1"
|
||||
once_cell = "^1.18.0"
|
||||
reqwest = { version = "^0.11.18", features = ["blocking", "json"] }
|
||||
serde = "^1.0.164"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue