Commit c6e42eb
authored
Update helloworld-tutorial.md (#2385)
Update the hello-world tutorial readme to reflect changes to package
names and remove reference to deprecated tools.
## Motivation
As someone relatively new to Rust and new to Tonic, I was working
through the hello-world tutorial and found a few issues. I've
successfully built the project with the changes in this PR.
## Solution
- update example Cargo.toml to reflect package name updates
- update example build.rs with correct build tool name
- remove reference to deprecated GUI tool
I've tested this and it runs and builds correctly.
I sort of hate to reference Postman as the recommended GUI but it was
the first one on the list referenced by the now-deprecated Bloom GUI.1 parent 29163c2 commit c6e42eb
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
120 | | - | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
131 | | - | |
| 132 | + | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| |||
239 | 240 | | |
240 | 241 | | |
241 | 242 | | |
242 | | - | |
| 243 | + | |
243 | 244 | | |
244 | 245 | | |
245 | 246 | | |
| |||
252 | 253 | | |
253 | 254 | | |
254 | 255 | | |
255 | | - | |
| 256 | + | |
256 | 257 | | |
257 | 258 | | |
258 | 259 | | |
| |||
0 commit comments