From 801c712bd45a35c8d8e1d1836d55f59fe5a6c272 Mon Sep 17 00:00:00 2001 From: Ryan Liptak Date: Tue, 12 Jul 2022 15:46:44 -0700 Subject: [PATCH] Update Libuv to 1.44.2 --- CMakeLists.txt | 2 +- deps/libuv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 90b8811e..e63a4312 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ project (luv C ASM) set(LUV_VERSION_MAJOR 1) set(LUV_VERSION_MINOR 44) -set(LUV_VERSION_PATCH 1) +set(LUV_VERSION_PATCH 2) set(LUV_VERSION ${LUV_VERSION_MAJOR}.${LUV_VERSION_MINOR}.${LUV_VERSION_PATCH}) if(NOT ${CMAKE_VERSION} VERSION_LESS "3.5.0") diff --git a/deps/libuv b/deps/libuv index e8b7eb69..0c1fa696 160000 --- a/deps/libuv +++ b/deps/libuv @@ -1 +1 @@ -Subproject commit e8b7eb6908a847ffbe6ab2eec7428e43a0aa53a2 +Subproject commit 0c1fa696aa502eb749c2c4735005f41ba00a27b8