Update h2-tests to std-future

This commit is contained in:
Gurwinder Singh
2019-08-15 08:26:12 +05:30
committed by Sean McArthur
parent 529ef4cd40
commit 97a4c8049c
12 changed files with 3610 additions and 3779 deletions

View File

@@ -10,4 +10,5 @@ edition = "2018"
[dev-dependencies]
h2-support = { path = "../h2-support" }
log = "0.4.1"
tokio = "0.1.8"
futures-preview = "0.3.0-alpha.18"
tokio = { git = "https://github.com/tokio-rs/tokio" }