You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tonic-examples/helloworld-tutorial.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,14 +116,14 @@ name = "helloworld-client"
116
116
path = "src/client.rs"
117
117
118
118
[dependencies]
119
-
tonic = "0.1.0-alpha.3"
119
+
tonic = "0.1.0-alpha.4"
120
120
bytes = "0.4"
121
121
prost = "0.5"
122
122
prost-derive = "0.5"
123
123
tokio = "=0.2.0-alpha.6"
124
124
125
125
[build-dependencies]
126
-
tonic-build = "0.1.0-alpha.3"
126
+
tonic-build = "0.1.0-alpha.4"
127
127
```
128
128
129
129
We include `tonic-build` as a useful way to incorporate the generation of our client and server gRPC code into the build process of our application. We will setup this build process now:
0 commit comments