Commit d5f0dac4 authored by James Judd's avatar James Judd

Change deprecated Bazel single file attr param

This removes the need for --incompatible_disable_deprecated_attr_params
when using Protobuf
parent ab09b2a2
......@@ -178,7 +178,7 @@ proto_gen = rule(
"protoc": attr.label(
cfg = "host",
executable = True,
single_file = True,
allow_single_file = True,
mandatory = True,
),
"plugin": attr.label(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment