Skip to content

Commit

Permalink
Add a dep to rules_proto
Browse files Browse the repository at this point in the history
The bb-browser code base depends on it. When this repo is built
directory, Bazel seems a bit sloppy and doesn't require that it's
declared explicitly. This ends up causing failures when another
repository wants to depends on bb-browser.

Fixes: #51
  • Loading branch information
stagnation authored and EdSchouten committed Apr 19, 2024
1 parent 4d89722 commit a644003
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 42 deletions.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ bazel_dep(name = "gazelle", version = "0.35.0")
bazel_dep(name = "protobuf", version = "23.1")
bazel_dep(name = "rules_go", version = "0.46.0")
bazel_dep(name = "rules_jsonnet", version = "0.5.0")
bazel_dep(name = "rules_proto", version = "6.0.0-rc2")
bazel_dep(name = "toolchains_llvm", version = "1.0.0")

git_override(
Expand Down
85 changes: 43 additions & 42 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 a644003

Please sign in to comment.