⬆: bsky-sdk v0.1.20 + atrium_api v0.25.4

This commit is contained in:
VC
2025-06-12 14:53:25 +02:00
parent 3ea2478512
commit 5969e3a56a
4 changed files with 994 additions and 468 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "oolatoocs"
version = "4.2.1"
version = "4.2.2"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -21,7 +21,7 @@ serde = { version = "^1.0", features = ["derive"] }
tokio = { version = "^1.33", features = ["rt-multi-thread", "macros"] }
toml = "^0.8"
bsky-sdk = "^0.1"
atrium-api = { version = "^0.24", features = ["namespace-appbsky"] }
atrium-api = { version = "^0.25", features = ["namespace-appbsky"] }
image = "^0.25"
webp = "^0.3"