diff --git a/CMakeLists.txt b/CMakeLists.txt index a147ec17..957308c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,7 @@ function(fetch_libuv) FetchContent_Declare( libuv GIT_REPOSITORY https://github.com/libuv/libuv.git - GIT_TAG v1.37.0 + GIT_TAG v1.38.0 GIT_SHALLOW 1 ) diff --git a/src/uvw/util.h b/src/uvw/util.h index 42271376..b9514af4 100644 --- a/src/uvw/util.h +++ b/src/uvw/util.h @@ -645,7 +645,6 @@ struct Utilities { */ static HandleType guessHandle(FileHandle file) noexcept; - /** @brief Gets information about the CPUs on the system. * * This function can be used to query the underlying system and get a set of