Skip to content

Commit

Permalink
fix: attempt to use my rules_rust patch
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Jun 20, 2024
1 parent 88fe2a0 commit 403bb8c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ bazel_dep(name = "ecsact_codegen", version = "0.2.0")
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "bazel_skylib", version = "1.7.1")

# local_path_override(module_name = "rules_rust", path = "../../rules_rust"

git_override(
module_name = "rules_rust",
remote = "[email protected]:zaucy/rules_rust.git",
commit = "db303b4721d6c051a57f737983a48e040a764645",
)

rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
rust.toolchain(edition = "2021")
use_repo(
Expand Down

0 comments on commit 403bb8c

Please sign in to comment.