mirror of https://github.com/google/benchmark.git
Update nanobind_bazel to v2.2.0 (#1866)
Adds support for free-threaded nanobind extension builds, though we don't currently build a free-threaded wheel. Co-authored-by: dominic <510002+dmah42@users.noreply.github.com>
This commit is contained in:
parent
498714357f
commit
be2134584d
|
@ -38,4 +38,4 @@ use_repo(pip, "tools_pip_deps")
|
|||
|
||||
# -- bazel_dep definitions -- #
|
||||
|
||||
bazel_dep(name = "nanobind_bazel", version = "2.1.0", dev_dependency = True)
|
||||
bazel_dep(name = "nanobind_bazel", version = "2.2.0", dev_dependency = True)
|
||||
|
|
Loading…
Reference in New Issue