Skip to content

Commit

Permalink
Pull in rules_cc so that rules_rust is happy
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jun 13, 2024
1 parent 1db3f29 commit a2fc6db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ bazel_dep(name = "platforms", version = "0.0.10")
# Required for the closure rules
bazel_dep(name = "protobuf", version = "21.7", dev_dependency = True, repo_name = "com_google_protobuf")

# Required for rules_rust to import the crates properly
bazel_dep(name = "rules_cc", version = "0.0.9", dev_dependency = True)

bazel_dep(name = "rules_dotnet", version = "0.15.1")
bazel_dep(name = "rules_java", version = "7.6.3")
bazel_dep(name = "rules_jvm_external", version = "6.1")
Expand Down

0 comments on commit a2fc6db

Please sign in to comment.