Skip to content

Commit 09eeeea

Browse files
authored
Add load() for proto_library to @proto_cross_repo_boundary
Missed that one in bazel-contrib#989.
1 parent 0cb1d71 commit 09eeeea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
load("@rules_proto//proto:defs.bzl", "proto_library")
2+
13
proto_library(
24
name = "sample_proto",
35
srcs = ["sample.proto"],
46
visibility = ["//visibility:public"],
5-
)
7+
)

0 commit comments

Comments
 (0)