File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 77)
88
99bazel_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" )
1111bazel_dep (name = "platforms" , version = "0.0.8" )
1212
1313protoc = use_extension ("//protoc:extensions.bzl" , "protoc" )
Original file line number Diff line number Diff 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
2935Fetch this module using instructions from the release you wish to use:
You can’t perform that action at this time.
0 commit comments