Skip to content

Commit

Permalink
upgrade rules_proto
Browse files Browse the repository at this point in the history
  • Loading branch information
malkia committed Apr 18, 2024
1 parent b8068ea commit 5cf0c92
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ build --nolegacy_important_outputs
build --@curl//:use_mbedtls=true
# build --@curl//:http_only=true

mod --lockfile_mode=off
mod --lockfile_mode=update
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ bazel_dep(name = "prometheus-cpp", version = "1.2.4")

bazel_dep(name = "boringssl", version = "0.0.0-20240126-22d349c")
bazel_dep(name = "zlib", version = "1.3.1.bcr.1")
bazel_dep(name = "rules_proto", version = "6.0.0-rc2")
bazel_dep(name = "rules_proto", version = "6.0.0-rc3")

use_repo(
use_extension("//bazel:repository.bzl", "deps1"),
Expand Down
71 changes: 36 additions & 35 deletions MODULE.bazel.lock

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

0 comments on commit 5cf0c92

Please sign in to comment.