We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff786d1 commit f8eb800Copy full SHA for f8eb800
examples/basic/MODULE.bazel
@@ -1,2 +1,6 @@
1
-bazel_dep(name = "pybind11_bazel", version = "2.12.0")
2
bazel_dep(name = "rules_python", version = "0.33.2")
+bazel_dep(name = "pybind11_bazel")
3
+local_path_override(
4
+ module_name = "pybind11_bazel",
5
+ path = "../..",
6
+)
0 commit comments