Skip to content

Commit 496fb12

Browse files
fix: add explicit proto_library and cc_proto_library load statements for Bzlmod
1 parent 04fdd8d commit 496fb12

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/quipper/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
load("@protobuf//bazel:proto_library.bzl", "proto_library")
2+
load("@protobuf//bazel:cc_proto_library.bzl", "cc_proto_library")
13

24
licenses(["notice"])
35

0 commit comments

Comments
 (0)