From 9cfa1ced4ff336a42b6afc138ada93dfccd0ac5d Mon Sep 17 00:00:00 2001 From: Riya Bisht Date: Mon, 25 Sep 2023 00:39:29 +0530 Subject: [PATCH] lib-mimalloc:Update library to 2.1.2 Signed-off-by: Riya Bisht --- Makefile.uk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.uk b/Makefile.uk index 911ec7a..0fc2bb5 100644 --- a/Makefile.uk +++ b/Makefile.uk @@ -39,7 +39,7 @@ $(eval $(call addlib_s,libmimalloc,$(CONFIG_LIBMIMALLOC))) ################################################################################ # Sources ################################################################################ -LIBMIMALLOC_VERSION=1.6.1 +LIBMIMALLOC_VERSION=2.1.2 LIBMIMALLOC_URL=https://github.com/microsoft/mimalloc/archive/v$(LIBMIMALLOC_VERSION).zip LIBMIMALLOC_DIR=mimalloc-$(LIBMIMALLOC_VERSION)