Skip to content

Commit

Permalink
Remove async-trait dep
Browse files Browse the repository at this point in the history
  • Loading branch information
DrChat committed Feb 1, 2025
1 parent cb8e8c0 commit ef20156
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ bsky-sdk = { version = "0.1.15", path = "bsky-sdk" }
# async in streams
async-stream = "0.3"

# async in traits
# Can be removed once MSRV is at least 1.75.0.
async-trait = "0.1.68"

# DAG-CBOR codec
ipld-core = { version = "0.4.1", default-features = false, features = ["std"] }
serde_ipld_dagcbor = { version = "0.6.0", default-features = false, features = ["std"] }
Expand Down

0 comments on commit ef20156

Please sign in to comment.