mirror of https://github.com/google/benchmark.git
Update nanobind into benchmark_deps.bzl (#1826)
* Update nanobind into benchmark_deps.bzl * Update benchmark_deps.bzl
This commit is contained in:
parent
cfb7e0a330
commit
ac80572f17
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue