Skip to content

Commit

Permalink
Bump to v2.4.0 (#52)
Browse files Browse the repository at this point in the history
* Update to nanobind v2.4.0

* Update nanobind_bazel to v2.4.0
  • Loading branch information
nicholasjng authored Dec 24, 2024
1 parent 09f0622 commit 62fa253
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "nanobind_bazel",
version = "2.2.0",
version = "2.4.0",
compatibility_level = 1,
)

Expand Down
4 changes: 2 additions & 2 deletions internal_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ def _internal_configure_extension_impl(_):
urls = ["https://github.com/Tessil/robin-map/archive/refs/tags/v%s.tar.gz" % robin_map_version],
)

nanobind_version = "2.2.0"
nanobind_version = "2.4.0"
http_archive(
name = "nanobind",
build_file = "//:nanobind.BUILD",
strip_prefix = "nanobind-%s" % nanobind_version,
integrity = "sha256-v7/H5XWfFmnk3bSHUrHdxWR9FDDpRhTW+GJt8dUI5lo=",
integrity = "sha256-uzXertfvrFAp7R4ziApBVjg1L3V9SSB6jmAT/vtsSac=",
urls = ["https://github.com/wjakob/nanobind/archive/refs/tags/v%s.tar.gz" % nanobind_version],
)

Expand Down

0 comments on commit 62fa253

Please sign in to comment.