Skip to content

Commit

Permalink
Upgrade rules_cc to 0.0.10 (#2622)
Browse files Browse the repository at this point in the history
Needed to use `@rules_cc//cc:find_cc_toolchain_bzl`.

Signed-off-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
brentleyjones authored Dec 11, 2024
1 parent 4c9163a commit df05a71
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 @@ -8,7 +8,7 @@ module(
bazel_dep(name = "apple_support", version = "1.15.1", repo_name = "build_bazel_apple_support")
bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "platforms", version = "0.0.9")
bazel_dep(name = "rules_cc", version = "0.0.2")
bazel_dep(name = "rules_cc", version = "0.0.10")
bazel_dep(
name = "rules_swift",
version = "2.1.1",
Expand Down

0 comments on commit df05a71

Please sign in to comment.