From bb0a444bb1f703f0df301d1b0c7b6435dd229270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Isager=20Dalsgar=C3=B0?= Date: Mon, 11 Nov 2024 12:27:31 +0100 Subject: [PATCH] Update `libutf` and `liblog` --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1bfcefd..95a46c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -133,8 +133,8 @@ if(NOT TARGET js) endif() fetch_package("github:libuv/libuv@1.48.0") -fetch_package("github:holepunchto/libutf#65b6ba0") -fetch_package("github:holepunchto/liblog#b8d9f24") +fetch_package("github:holepunchto/libutf#15dc6d6") +fetch_package("github:holepunchto/liblog#a40c28a") fetch_package("github:holepunchto/libjs#41e480f") fetch_package("github:holepunchto/libnapi#324c25c")