Skip to content

Commit

Permalink
Revert rules_cc bump (#42)
Browse files Browse the repository at this point in the history
It broke Bazel 6.x compatibility, and was not required.

[email protected] is now depended on for Python 3.13 support, which
is good to have for free-threading (the headline feature of
nanobind v2.2.0).
  • Loading branch information
nicholasjng authored Oct 19, 2024
1 parent e3ec1a6 commit 87ce5fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module(
)

bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_cc", version = "0.0.10")
bazel_dep(name = "rules_python", version = "0.36.0")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "rules_python", version = "0.37.0")
bazel_dep(name = "bazel_skylib", version = "1.7.1")

# Creates a `http_archive` for nanobind and robin-map.
Expand Down

0 comments on commit 87ce5fd

Please sign in to comment.