Updated Cargo.toml for previous commit + Release 2.1.4
All checks were successful
All checks were successful
This commit is contained in:
parent
5084da92fb
commit
1f0c42bfdb
2 changed files with 60 additions and 975 deletions
1029
Cargo.lock
generated
1029
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,14 +1,14 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ascendance-of-a-bookworm-bot"
|
name = "ascendance-of-a-bookworm-bot"
|
||||||
version = "2.1.3"
|
version = "2.1.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "^0.4.26"
|
chrono = "^0.4.26"
|
||||||
lemmy_api_common = "^0.18.2"
|
lemmy_api_common = { git = "https://github.com/LemmyNet/lemmy.git", tag = "0.19.0" } #"^0.18.2"
|
||||||
lemmy_db_schema = "^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"
|
once_cell = "^1.18.0"
|
||||||
reqwest = { version = "^0.11.18", features = ["blocking", "json"] }
|
reqwest = { version = "^0.11.18", features = ["blocking", "json"] }
|
||||||
serde = "^1.0.164"
|
serde = "^1.0.164"
|
||||||
|
|
Loading…
Reference in a new issue