Fix helloworld tutorial. (#546)

updated tutorial to use tokio 1.x.
This commit is contained in:
16yuki0702
2021-02-03 01:22:17 +09:00
committed by GitHub
parent 729308b65b
commit 07d2f9825f
+1 -1
View File
@@ -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"