Skip to content

Commit

Permalink
Do not depend on rules_proto internals
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum authored Nov 14, 2024
1 parent 0ffd305 commit 24cee8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protoc/private/prebuilt_protoc_toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def _prebuilt_protoc_repo_impl(rctx):
)
build_content = """\
# Generated by @rules_proto//proto/toolchains:prebuilt_protoc_toolchain.bzl
load("@rules_proto//proto/private/rules:proto_toolchain_rule.bzl", "proto_toolchain")
load("@rules_proto//proto:proto_toolchain.bzl", "proto_toolchain")
package(default_visibility=["//visibility:public"])
Expand Down

0 comments on commit 24cee8a

Please sign in to comment.