Skip to content

Commit

Permalink
deps: Update nanobind_bazel to v2.5.0
Browse files Browse the repository at this point in the history
No new functionality, just an update to the newest nanobind.
  • Loading branch information
nicholasjng committed Feb 17, 2025
1 parent adbda82 commit d96b8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ use_repo(pip, "tools_pip_deps")

# -- bazel_dep definitions -- #

bazel_dep(name = "nanobind_bazel", version = "2.4.0", dev_dependency = True)
bazel_dep(name = "nanobind_bazel", version = "2.5.0", dev_dependency = True)

0 comments on commit d96b8d9

Please sign in to comment.