Skip to content

Commit

Permalink
chore: use released rules_proto 6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Apr 28, 2024
1 parent 2666d9c commit 4490ffe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module(
)

bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "rules_proto", version = "6.0.0-rc2")
bazel_dep(name = "rules_proto", version = "6.0.0")
bazel_dep(name = "platforms", version = "0.0.8")

protoc = use_extension("//protoc:extensions.bzl", "protoc")
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,19 @@ Using Protocol Buffers with Bazel has always been difficult.

## Support matrix

Minimum versions:
- Bazel: 7.0.0
- rules_proto: 6.0.0

| Language | Support | Example or Issue |
|----------|---------|------------------|
| Java | Yes | [example](./examples/java) |
| Python | Yes | [example](./examples/python) |
| Rust | | https://github.com/bazelbuild/rules_rust/issues/2627 |
| Go | | https://github.com/bazelbuild/rules_go/issues/3895 |

Your language missing? Please file the upstream issue and send a PR to update this table!

## Installation

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

0 comments on commit 4490ffe

Please sign in to comment.