From fe90d61446b592d4e95bc226edd81c5994ceaa24 Mon Sep 17 00:00:00 2001 From: Geoff Shannon Date: Tue, 13 Aug 2019 21:10:26 -0700 Subject: test: add a block_on function to tokio-test (#1431) --- tokio-test/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tokio-test/Cargo.toml') diff --git a/tokio-test/Cargo.toml b/tokio-test/Cargo.toml index 28d394c4..7a4fa73f 100644 --- a/tokio-test/Cargo.toml +++ b/tokio-test/Cargo.toml @@ -20,6 +20,7 @@ Testing utilities for Tokio- and futures-based code categories = ["asynchronous", "testing"] [dependencies] +tokio = { version = "=0.2.0-alpha.1", path = "../tokio" } tokio-executor = { version = "=0.2.0-alpha.1", path = "../tokio-executor" } tokio-io = { version = "=0.2.0-alpha.1", path = "../tokio-io" } tokio-sync = { version = "=0.2.0-alpha.1", path = "../tokio-sync" } @@ -29,6 +30,4 @@ futures-core-preview = "=0.3.0-alpha.18" pin-convert = "0.1.0" [dev-dependencies] -tokio = { version = "=0.2.0-alpha.1", path = "../tokio" } - futures-util-preview = "=0.3.0-alpha.18" -- cgit v1.2.3