Skip to content

Commit

Permalink
bazel: add comment in WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Nov 13, 2023
1 parent 471f8f5 commit c526714
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c526714

Please sign in to comment.