fix(integration-tests): requires multi-threading feature from tokio

This commit is contained in:
Benjamin Kampmann
2022-07-21 18:06:48 +02:00
parent 59332e46b5
commit bf6e1b594d

View File

@@ -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"