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 c360ceb commit d20944fCopy full SHA for d20944f
docs/bazel.rst
@@ -27,8 +27,8 @@ in your MODULE.bazel file:
27
# Place this in your MODULE.bazel file.
28
# The major version of nanobind-bazel is equal to the version
29
# 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")
+ # In this case, we are building bindings with nanobind v2.8.0.
+ bazel_dep(name = "nanobind_bazel", version = "2.8.0")
32
33
To instead use a development version from GitHub, you can declare the
34
dependency as a ``git_override()`` in your MODULE.bazel:
0 commit comments