Skip to content

Commit

Permalink
Update to Protocol Buffers 28.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
phst committed Oct 2, 2024
1 parent 2711321 commit 653ae31
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bazel_dep(name = "bazel_features", version = "1.13.0")
bazel_dep(name = "rules_license", version = "1.0.0")
bazel_dep(name = "rules_python", version = "0.36.0")
bazel_dep(name = "abseil-cpp", version = "20240116.2", repo_name = "com_google_absl")
bazel_dep(name = "protobuf", version = "28.1", repo_name = "com_google_protobuf")
bazel_dep(name = "protobuf", version = "28.2", repo_name = "com_google_protobuf")

# Development-only module dependencies
bazel_dep(name = "stardoc", version = "0.6.2", dev_dependency = True, repo_name = "io_bazel_stardoc")
Expand Down
8 changes: 4 additions & 4 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions elisp/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ def rules_elisp_dependencies():
maybe(
http_archive,
name = "com_google_protobuf",
sha256 = "0ac35978514f3e868181ea60237e695d892d4748ac03fb926a26ac7e2698aa29",
strip_prefix = "protobuf-28.1/",
sha256 = "e01068958f129747988a7fbe09dde7cc64974e3b35331ee41ee2829f0961d472",
strip_prefix = "protobuf-28.2/",
urls = [
"https://github.com/protocolbuffers/protobuf/releases/download/v28.1/protobuf-28.1.zip", # 2024-09-10
"https://github.com/protocolbuffers/protobuf/releases/download/v28.2/protobuf-28.2.zip", # 2024-09-18
],
)
non_module_deps()
Expand Down
8 changes: 4 additions & 4 deletions examples/ext/MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 653ae31

Please sign in to comment.