From a9c1332db8121bfbdaf49b72873237707c7242ac Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Mon, 14 Oct 2024 17:12:30 -0700 Subject: [PATCH] chore: update deps --- MODULE.bazel | 5 ----- 1 file changed, 5 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index dac35b2..78f6ea7 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -26,8 +26,3 @@ register_toolchains( "@llvm_toolchain//:all", dev_dependency = True, ) - -local_path_override( - module_name = "ecsact_runtime", - path = "../ecsact_runtime", -)