We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a2580 commit f63214fCopy full SHA for f63214f
1 file changed
rs/private/prost/BUILD.bazel
@@ -32,13 +32,15 @@ rust_binary(
32
"@rrprd//:prost",
33
"@rrprd//:prost-types",
34
],
35
+ tags = ["manual"],
36
)
37
38
rust_library_group(
39
name = "prost_runtime",
40
deps = [
41
42
43
44
45
46
@@ -47,6 +49,7 @@ rust_library_group(
47
49
":prost_runtime",
48
50
"@rrprd//:tonic",
51
52
53
54
55
rust_prost_toolchain(
@@ -62,4 +65,5 @@ rust_prost_toolchain(
62
65
tonic_plugin = "@rrprd//:protoc-gen-tonic__protoc-gen-tonic",
63
66
tonic_plugin_flag = "--plugin=protoc-gen-tonic=%s",
64
67
tonic_runtime = ":tonic_runtime",
68
69
0 commit comments