Commit b097aad
authored
* Keep dependency versions in sync for WORKSPACE and MODULE.bazel
As mentioned in the Bazel blog article, the old `WORKSPACE` system is
planned to be disabled by default in Bazel 8, and to be removed
altogether in Bazel 9. The `WORKSPACE` file will eventually be removed,
but for now, it’s best to keep the dependency versions in both systems
in sync, so that we can build the project with Bzlmod either disabled or
enabled.
Note that there is a compatibility issue that prevents this project from
depending on protobuf v22 and higher. Until that issue is fixed, v21.7
is the highest version that both systems have.
References:
- https://blog.bazel.build/2023/12/11/bazel-7-release.html#bzlmod
- https://registry.bazel.build/modules/protobuf
- https://github.com/protocolbuffers/protobuf/blob/v21.7/protobuf_deps.bzl#L96-L104
- #186
* Update PROTOC_VERSION to 21.7
1 parent f2c5583 commit b097aad
4 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments