Skip to content

Commit d20944f

Browse files
authored
docs: Update bzlmod example for nanobind_bazel (#1108)
With the newly released v2.8.0 which uses nanobind v2.8.0, as has been done multiple times before.
1 parent c360ceb commit d20944f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/bazel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ in your MODULE.bazel file:
2727
# Place this in your MODULE.bazel file.
2828
# The major version of nanobind-bazel is equal to the version
2929
# of the internally used nanobind.
30-
# In this case, we are building bindings with nanobind v2.7.0.
31-
bazel_dep(name = "nanobind_bazel", version = "2.7.0")
30+
# In this case, we are building bindings with nanobind v2.8.0.
31+
bazel_dep(name = "nanobind_bazel", version = "2.8.0")
3232
3333
To instead use a development version from GitHub, you can declare the
3434
dependency as a ``git_override()`` in your MODULE.bazel:

0 commit comments

Comments
 (0)