mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 13:40:55 -04:00
fix(integration-tests): requires multi-threading feature from tokio
This commit is contained in:
@@ -9,7 +9,7 @@ publish = false
|
||||
|
||||
[dev-dependencies]
|
||||
matrix-sdk = { path = "../../crates/matrix-sdk" }
|
||||
tokio = { version = "1", features = ["rt", "macros"] }
|
||||
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
|
||||
tempfile = "3.3.0"
|
||||
anyhow = "1"
|
||||
lazy_static = "1.4"
|
||||
|
||||
Reference in New Issue
Block a user