Skip to content

Commit 4490ffe

Browse files
committed
chore: use released rules_proto 6
1 parent 2666d9c commit 4490ffe

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module(
77
)
88

99
bazel_dep(name = "bazel_skylib", version = "1.4.1")
10-
bazel_dep(name = "rules_proto", version = "6.0.0-rc2")
10+
bazel_dep(name = "rules_proto", version = "6.0.0")
1111
bazel_dep(name = "platforms", version = "0.0.8")
1212

1313
protoc = use_extension("//protoc:extensions.bzl", "protoc")

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,19 @@ Using Protocol Buffers with Bazel has always been difficult.
1717

1818
## Support matrix
1919

20+
Minimum versions:
21+
- Bazel: 7.0.0
22+
- rules_proto: 6.0.0
23+
2024
| Language | Support | Example or Issue |
2125
|----------|---------|------------------|
2226
| Java | Yes | [example](./examples/java) |
2327
| Python | Yes | [example](./examples/python) |
2428
| Rust | | https://github.com/bazelbuild/rules_rust/issues/2627 |
2529
| Go | | https://github.com/bazelbuild/rules_go/issues/3895 |
2630

31+
Your language missing? Please file the upstream issue and send a PR to update this table!
32+
2733
## Installation
2834

2935
Fetch this module using instructions from the release you wish to use:

0 commit comments

Comments
 (0)