Skip to content

Commit f8eb800

Browse files
authored
Examples should use local version (#87)
* Examples should use local version * Update examples/basic/MODULE.bazel
1 parent ff786d1 commit f8eb800

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/basic/MODULE.bazel

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
bazel_dep(name = "pybind11_bazel", version = "2.12.0")
21
bazel_dep(name = "rules_python", version = "0.33.2")
2+
bazel_dep(name = "pybind11_bazel")
3+
local_path_override(
4+
module_name = "pybind11_bazel",
5+
path = "../..",
6+
)

0 commit comments

Comments
 (0)