We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d624ed6 + 1ce073e commit bb1ef36Copy full SHA for bb1ef36
BUILD
@@ -1,7 +1,4 @@
1
-load("@rules_proto//proto:defs.bzl", "proto_library")
2
-
3
4
+load("@protobuf//bazel:proto_library.bzl", "proto_library")
5
6
proto_library(
7
name = "openvectorformat_proto",
MODULE.bazel
@@ -2,4 +2,4 @@ module(
name = "ovf",
version = "1.7.0"
)
-bazel_dep(name = "rules_proto", version = "7.1.0")
+bazel_dep(name = "protobuf", version = "27.2")
0 commit comments