mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2025-01-03 15:34:18 +00:00
Add better anyhow
support
This commit is contained in:
parent
3b77ddb11c
commit
62ec6fa3f7
2 changed files with 2 additions and 1 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1441,6 +1441,7 @@ version = "0.6.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cbeafb4809f33f377165f2fbcf10e0613053ad206762194c3050a727fd3abcb2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"anymap2",
|
||||
"async-once-cell",
|
||||
"async-stream",
|
||||
|
|
|
@ -41,7 +41,7 @@ rand = { version = "0.8.5", optional = true }
|
|||
serenity = { version = "0.11.5", features = ["client", "cache", "gateway", "rustls_backend", "model"], default-features = false, optional = true }
|
||||
anyhow = { version = "^1.0.68", optional = true }
|
||||
# matrix
|
||||
matrix-sdk = { version = "^0.6.2", optional = true }
|
||||
matrix-sdk = { version = "^0.6.2", features = ["anyhow"], optional = true }
|
||||
|
||||
[features]
|
||||
# data = [] # Always included
|
||||
|
|
Loading…
Reference in a new issue