chore(deps): enable anyhow feature on matrix-sdk

This commit is contained in:
2025-03-18 17:00:21 -04:00
parent c0a63bd756
commit c2c9ca609e
2 changed files with 2 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ http-body-util = "0"
hyper = { version = "1", features = ["server"] }
hyper-util = "0"
log = { version = "0" }
matrix-sdk = { version = "0", optional = true }
matrix-sdk = { version = "0", features = ["anyhow"], optional = true }
mimalloc = { version = "0", optional = true }
mlua = { version = "0", features = ["async", "luajit", "send"] }
ncr = { version = "0", features = ["cfb8", "ecb", "gcm"] }