Skip to content

Commit 4aad5af

Browse files
authored
fixed hello world and route guide tutorials (#1791)
1 parent dd313db commit 4aad5af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/helloworld-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ path = "src/client.rs"
113113

114114
[dependencies]
115115
tonic = "0.12"
116-
prost = "0.12"
116+
prost = "0.13"
117117
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
118118

119119
[build-dependencies]

examples/routeguide-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Edit `Cargo.toml` and add all the dependencies we'll need for this example:
175175
```toml
176176
[dependencies]
177177
tonic = "0.12"
178-
prost = "0.12"
178+
prost = "0.13"
179179
tokio = { version = "1.0", features = ["rt-multi-thread", "macros", "sync", "time"] }
180180
tokio-stream = "0.1"
181181

0 commit comments

Comments
 (0)