Skip to content

Commit

Permalink
MODULE.bazel update
Browse files Browse the repository at this point in the history
  • Loading branch information
IanAWatson committed Nov 17, 2024
1 parent 521cd3a commit 4cf2ecc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,18 @@ bazel_dep(name = "nanobind_bazel", version = "2.1.0")
bazel_dep(name = "onetbb", version = "2021.13.0", repo_name="onetbb")
# Version 27.0 works for c++, but does not work with python 3.11
bazel_dep(name = "protobuf", version = "26.0", repo_name="com_google_protobuf")
bazel_dep(name = "pybind11_bazel", version = "2.12.0")
bazel_dep(name = "pybind11_bazel", version = "2.13.6")
# bazel_dep(name = "pybind11_protobuf", version = "2.11.1.bzl.3")
bazel_dep(name = "re2", version = "2024-07-02")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "rules_go", version = "0.49.0")
bazel_dep(name = "rules_pkg", version = "0.10.1")
bazel_dep(name = "rules_proto", version = "6.0.2")
bazel_dep(name = "rules_proto_grpc", version = "5.0.0")
bazel_dep(name = "rules_python", version = "0.39.0")

#bazel_dep(name = "rules_proto_grpc", version = "5.0.0")
#bazel_dep(name = "rules_proto_grpc_cpp", version = "5.0.0")

bazel_dep(name = "rules_ruby", version = "0.12.0")
bazel_dep(name = "tomlplusplus", version = "3.4.0")
bazel_dep(name = "zlib", version = "1.3.1")

0 comments on commit 4cf2ecc

Please sign in to comment.