mirror of
https://github.com/pybind/pybind11_abseil.git
synced 2026-06-04 13:54:22 +08:00
Readd bazel_skylib to MODULE.bazel.
It shouldn't be (and previously wasn't?!) needed, AFAIK, but something about `use_repo_rule()` seems to require it now... PiperOrigin-RevId: 617625049
This commit is contained in:
committed by
Copybara-Service
parent
13bcc721a3
commit
c873afb415
@@ -3,6 +3,11 @@ module(
|
||||
version = "head",
|
||||
)
|
||||
|
||||
bazel_dep(
|
||||
name = "bazel_skylib",
|
||||
version = "1.5.0",
|
||||
)
|
||||
|
||||
bazel_dep(
|
||||
name = "abseil-cpp",
|
||||
version = "20240116.0",
|
||||
|
||||
Reference in New Issue
Block a user