Skip to content

Commit bb1ef36

Browse files
authored
Merge pull request #25 from Digital-Production-Aachen/Smokrow-patch-1
Updated Protobuf Compiler
2 parents d624ed6 + 1ce073e commit bb1ef36

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

BUILD

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
load("@rules_proto//proto:defs.bzl", "proto_library")
2-
3-
4-
1+
load("@protobuf//bazel:proto_library.bzl", "proto_library")
52

63
proto_library(
74
name = "openvectorformat_proto",

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module(
22
name = "ovf",
33
version = "1.7.0"
44
)
5-
bazel_dep(name = "rules_proto", version = "7.1.0")
5+
bazel_dep(name = "protobuf", version = "27.2")

0 commit comments

Comments
 (0)