Skip to content

Commit

Permalink
bzlmod: Update rules_cc to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Sep 23, 2022
1 parent 35f090e commit a9cfa71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ local_path_override(

bazel_dep(name = "bazel_skylib", version = "1.1.1")
bazel_dep(name = "platforms", version = "0.0.4")
bazel_dep(name = "rules_cc", version = "0.0.1")
bazel_dep(name = "rules_cc", version = "0.0.2")
bazel_dep(name = "rules_java", version = "5.1.0")
bazel_dep(name = "stardoc", repo_name = "io_bazel_stardoc", version = "0.5.0")

cc_configure = use_extension(
"@rules_cc//bzlmod:extensions.bzl",
"@rules_cc//cc:extensions.bzl",
"cc_configure",
)

Expand Down

0 comments on commit a9cfa71

Please sign in to comment.