Update nanobind into benchmark_deps.bzl (#1826)

* Update nanobind into benchmark_deps.bzl

* Update benchmark_deps.bzl
This commit is contained in:
mosfet80 2024-07-30 16:05:08 +02:00 committed by GitHub
parent cfb7e0a330
commit ac80572f17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ def benchmark_deps():
new_git_repository(
name = "nanobind",
remote = "https://github.com/wjakob/nanobind.git",
tag = "v1.8.0",
tag = "v1.9.2",
build_file = "@//bindings/python:nanobind.BUILD",
recursive_init_submodules = True,
)