diff --git a/examples/routeguide-tutorial.md b/examples/routeguide-tutorial.md index a35623227..428d1de45 100644 --- a/examples/routeguide-tutorial.md +++ b/examples/routeguide-tutorial.md @@ -184,7 +184,7 @@ tonic = "0.4" prost = "0.7" futures-core = "0.3" futures-util = "0.3" -tokio = { version = "0.2", features = ["macros", "sync", "stream", "time"] } +tokio = { version = "1.0", features = ["rt-multi-thread", "macros", "sync", "time"] } async-stream = "0.2" serde = { version = "1.0", features = ["derive"] }