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 and phst committed Feb 9, 2025
1 parent 8786f5a commit 3292772
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ bzl_library(
"@rules_go//go:def",
# FIXME: The following dependency shouldn’t be needed. Bug in Stardoc?
"@rules_cc//cc:find_cc_toolchain_bzl",
# FIXME: The following dependency shouldn’t be needed. Bug in Stardoc?
"@rules_cc//cc/common",
],
)

Expand Down
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
4 changes: 2 additions & 2 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3292772

Please sign in to comment.