From 3cd65b8d284ef9c2baf2d0aea1e50adacc8b28fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:40:37 +0000 Subject: [PATCH] chore(deps): update flecs digest to 2da57f3 --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index d88a498..22a087a 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -31,7 +31,7 @@ bazel_dep(name = "flecs", version = "0.0.0") git_override( module_name = "flecs", remote = "https://github.com/SanderMertens/flecs.git", - commit = "d4462b4cd0446d478b450276ba770cbae937fbb1", + commit = "2da57f3c5e73758e4fa81511ba52edbb8710fe39", ) git_repository(