diff --git a/examples/helloworld-tutorial.md b/examples/helloworld-tutorial.md index 3153483e9..f72386fc3 100644 --- a/examples/helloworld-tutorial.md +++ b/examples/helloworld-tutorial.md @@ -115,7 +115,7 @@ path = "src/client.rs" [dependencies] tonic = "0.4" prost = "0.7" -tokio = { version = "0.2", features = ["macros"] } +tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] } [build-dependencies] tonic-build = "0.4"