mirror of
https://github.com/google/benchmark.git
synced 2024-12-26 12:30:14 +08:00
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(
|
new_git_repository(
|
||||||
name = "nanobind",
|
name = "nanobind",
|
||||||
remote = "https://github.com/wjakob/nanobind.git",
|
remote = "https://github.com/wjakob/nanobind.git",
|
||||||
tag = "v1.8.0",
|
tag = "v1.9.2",
|
||||||
build_file = "@//bindings/python:nanobind.BUILD",
|
build_file = "@//bindings/python:nanobind.BUILD",
|
||||||
recursive_init_submodules = True,
|
recursive_init_submodules = True,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user