Skip to content

Commit

Permalink
fixed hello world and route guide tutorials (#1791)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukem570 authored Jul 13, 2024
1 parent dd313db commit 4aad5af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/helloworld-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ path = "src/client.rs"

[dependencies]
tonic = "0.12"
prost = "0.12"
prost = "0.13"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/routeguide-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Edit `Cargo.toml` and add all the dependencies we'll need for this example:
```toml
[dependencies]
tonic = "0.12"
prost = "0.12"
prost = "0.13"
tokio = { version = "1.0", features = ["rt-multi-thread", "macros", "sync", "time"] }
tokio-stream = "0.1"

Expand Down

0 comments on commit 4aad5af

Please sign in to comment.