Skip to content

Commit

Permalink
Update dependency rules_cc to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 9, 2025
1 parent 8786f5a commit 3d3324a
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 @@ -27,7 +27,7 @@ bazel_dep(name = "buildifier_prebuilt", version = "8.0.1", dev_dependency = True
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.7.1", dev_dependency = True)

# FIXME: The following dependency shouldn’t be needed. Bug in Stardoc?
bazel_dep(name = "rules_cc", version = "0.1.0", dev_dependency = True)
bazel_dep(name = "rules_cc", version = "0.1.1", dev_dependency = True)

go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
go_deps.from_file(go_mod = "//:go.mod")
Expand Down

0 comments on commit 3d3324a

Please sign in to comment.