Skip to content

Commit

Permalink
Fix helloworld tutorial.
Browse files Browse the repository at this point in the history
updated tutorial to use tokio 1.x.
  • Loading branch information
16yuki0702 committed Jan 28, 2021
1 parent 729308b commit bd59497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/helloworld-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bd59497

Please sign in to comment.