chore(deps): enable anyhow feature on matrix-sdk
This commit is contained in:
parent
c0a63bd756
commit
c2c9ca609e
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -2971,6 +2971,7 @@ version = "0.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e27119e566a60f5681eb8d05f51ef10862dd9af611ac6c6e0dc9aa9bf3bcc493"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"anymap2",
|
||||
"aquamarine",
|
||||
"as_variant",
|
||||
|
@ -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"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user