matrix-sdk: Use a specific version for async-std.

master
Damir Jelić 2020-10-06 15:17:45 +02:00
parent 2ffac286ed
commit 09f4b07fb7
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ features = ["wasm-bindgen"]
[dev-dependencies]
async-trait = "0.1.40"
async-std = { version = "*", features = ["unstable"] }
async-std = { version = "1.6.5", features = ["unstable"] }
dirs = "3.0.1"
matrix-sdk-test = { version = "0.1.0", path = "../matrix_sdk_test" }
tokio = { version = "0.2.22", features = ["rt-threaded", "macros"] }