bazel: add comment in WORKSPACE
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user