bazelbuild / rules_proto

Protocol buffer rules for Bazel
Apache License 2.0
161 stars 69 forks source link

v6.0.2 not support bazel-7.2.0 #221

Closed xiedeacc closed 20 hours ago

xiedeacc commented 2 weeks ago

if use rules_proto v6.0.2, we can use the newest protobuf version is v23.1, but v23.1 not compitible with bazel-7.2.0, so build will fail, please update rules_proto's depend protobuf version

xiedeacc commented 2 weeks ago

but if com_google_protobuf imported by MODULE.bazel works well

bazel_dep(name = "protobuf", dev_dependency = True, repo_name = "com_google_protobuf", version = "27.2")