From eefe2cea45eb7f421af0b9fb25880d7247a75d51 Mon Sep 17 00:00:00 2001 From: david <> Date: Thu, 19 Dec 2024 22:02:46 +0800 Subject: [PATCH] fix: optimize mimalloc dependency management --- .gitmodules | 2 +- vendor/mimalloc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 7203a65eb..147ef066d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "vendor/mimalloc"] path = vendor/mimalloc url = https://github.com/microsoft/mimalloc - branch = v1.8.2 + branch = master diff --git a/vendor/mimalloc b/vendor/mimalloc index 28cf67e5b..2765ec930 160000 --- a/vendor/mimalloc +++ b/vendor/mimalloc @@ -1 +1 @@ -Subproject commit 28cf67e5b64c704cad993c71f29a24e781bee544 +Subproject commit 2765ec93026f445cad8f38e6b196dd226a1f6e61