summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Cargo.toml b/examples/Cargo.toml
index ed273590..21b42ff7 100644
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -5,8 +5,8 @@ publish = false
edition = "2018"
[dev-dependencies]
-tokio = { version = "=0.2.0-alpha.6", path = "../tokio" }
-tokio-util = { version = "=0.2.0-alpha.6", path = "../tokio-util" }
+tokio = { version = "=0.2.0-alpha.6", path = "../tokio", features = ["full"] }
+tokio-util = { version = "=0.2.0-alpha.6", path = "../tokio-util", features = ["full"] }
bytes = { git = "https://github.com/tokio-rs/bytes" }
futures = "0.3.0"