Skip to content

Commit 0a816f0

Browse files
committed
Bump nanobind to latest stable v1.6.2 tag
1 parent 3211dab commit 0a816f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/benchmark_deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def benchmark_deps():
4848
new_git_repository(
4949
name = "nanobind",
5050
remote = "https://github.com/wjakob/nanobind.git",
51-
tag = "v1.4.0",
51+
tag = "v1.6.2",
5252
build_file = "@//bindings/python:nanobind.BUILD",
5353
recursive_init_submodules = True,
5454
)

0 commit comments

Comments
 (0)