From c5267146fa3a35813fe42475e8c3ceda54c5d4b8 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Mon, 13 Nov 2023 08:28:41 +0100 Subject: [PATCH] bazel: add comment in WORKSPACE --- WORKSPACE | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WORKSPACE b/WORKSPACE index 8cb819517d8..86377227f8a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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",