fix(reflection, health): Remove transport feature (#1112)

This commit is contained in:
Aleksander
2022-11-07 12:00:17 -05:00
committed by GitHub
parent f82488c499
commit 7153289b51
7 changed files with 17 additions and 22 deletions
+1
View File
@@ -12,6 +12,7 @@ fn bootstrap() {
tonic_build::configure()
.build_client(true)
.build_server(true)
.build_transport(false)
.out_dir(format!("{}", out_dir.display()))
.compile(iface_files, dirs)
.unwrap();