Skip to content

Commit

Permalink
add "rules_cc" dep in MODULE.bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
fucangfy committed Jan 15, 2025
1 parent e960265 commit 77b5db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ bazel_dep(name = "yacl", version = "0.4.5b10-nightly-20241224")
bazel_dep(name = "pybind11_bazel", version = "2.13.6")
bazel_dep(name = "rules_python", version = "0.34.0")
bazel_dep(name = "rules_proto_grpc_python", version = "5.0.1")
bazel_dep(name = "rules_cc", version = "0.0.12")
bazel_dep(name = "grpc")
single_version_override(
module_name = "grpc",
Expand Down

0 comments on commit 77b5db6

Please sign in to comment.