Skip to content

Commit

Permalink
chore: remove override
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Oct 2, 2024
1 parent 636abf5 commit a1149ff
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@ bazel_dep(name = "ecsact_runtime", version = "0.6.9")
bazel_dep(name = "lexy", version = "2022.05.1.bcr.1")
bazel_dep(name = "magic_enum", version = "0.9.3")

bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)

git_override(
module_name = "toolchains_llvm",
remote = "[email protected]:mering/toolchains_llvm.git",
commit = "3822facdde69426b3c11f0047a1a763633d5923d",
)
bazel_dep(name = "toolchains_llvm", version = "1.2.0", dev_dependency = True)

bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
git_override(
Expand Down

0 comments on commit a1149ff

Please sign in to comment.