Skip to content

Commit

Permalink
Update @pybind11_bazel to version 2.11.1.bzl.1.
Browse files Browse the repository at this point in the history
This should hopefully fix the linker errors on macOS...

While I'm here, update @abseil-cpp to version 20230802.1.

Change-Id: I701af3c76e3c57e002ec5d3bd35b411f1294f19e
Reviewed-on: https://code-review.googlesource.com/c/re2/+/62410
Reviewed-by: Perry Lorier <perryl@google.com>
Reviewed-by: Paul Wankadia <junyer@google.com>
  • Loading branch information
junyer committed Jan 18, 2024
1 parent 8e719ee commit 4e3b5cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ module(
bazel_dep(name = "platforms", version = "0.0.8")
bazel_dep(name = "apple_support", version = "1.11.1", repo_name = "build_bazel_apple_support")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "abseil-cpp", version = "20230802.0", repo_name = "com_google_absl")
bazel_dep(name = "abseil-cpp", version = "20230802.1", repo_name = "com_google_absl")
bazel_dep(name = "rules_python", version = "0.28.0")
bazel_dep(name = "pybind11_bazel", version = "2.11.1")
bazel_dep(name = "pybind11_bazel", version = "2.11.1.bzl.1")

python_configure = use_extension("@pybind11_bazel//:python_configure.bzl", "extension")
python_configure.toolchain(python_version = "3") # ignored when non-root module
Expand Down

0 comments on commit 4e3b5cc

Please sign in to comment.