Skip to content

Commit

Permalink
Fix proto_info_bzl
Browse files Browse the repository at this point in the history
Needed for generating proto docs.

PiperOrigin-RevId: 687840303
  • Loading branch information
protobuf-github-bot authored and comius committed Oct 20, 2024
1 parent f25389b commit 5269191
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bazel/common/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ bzl_library(
],
visibility = ["//visibility:public"],
deps = [
"//bazel/private:native_bzl",
"//bazel/private:proto_info_bzl",
"@proto_bazel_features//:features",
],
)

Expand Down

0 comments on commit 5269191

Please sign in to comment.