bazel: add comment in WORKSPACE

This commit is contained in:
Corentin Le Molgat
2023-11-13 08:28:41 +01:00
parent 471f8f5228
commit c5267146fa

View File

@@ -98,6 +98,9 @@ git_repository(
)
## Protobuf
# proto_library, cc_proto_library, and java_proto_library rules implicitly
# depend on @com_google_protobuf for protoc and proto runtimes.
# This statement defines the @com_google_protobuf repo.
git_repository(
name = "com_google_protobuf",
tag = "v25.0",