Skip to content

Commit 6199c5c

Browse files
committed
Update
1 parent a9bfba6 commit 6199c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
fn main() {
22
tonic_build::configure()
33
.build_server(true)
4-
.build_client(false)
4+
.build_client(true)
55
.compile(
66
&[
77
"proto/backend_api.proto",

0 commit comments

Comments
 (0)