diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index bfd9e3b9..2f7e4e60 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -4,7 +4,7 @@ include(FetchContent) FetchContent_Declare(uv-mbed GIT_REPOSITORY https://github.com/netfoundry/uv-mbed.git - GIT_TAG v0.12.3 + GIT_TAG v0.12.4 ) set(ENABLE_UM_TESTS OFF CACHE BOOL "" FORCE) FetchContent_MakeAvailable(uv-mbed)