Skip to content

Commit

Permalink
build: update libuv version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjihrig committed Nov 17, 2021
1 parent d8280df commit 924c3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project (uvwasi LANGUAGES C)
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")

# This can be a commit hash or tag
set(LIBUV_VERSION v1.40.0)
set(LIBUV_VERSION v1.42.0)

include(CMakeDependentOption)
cmake_dependent_option(UVWASI_BUILD_TESTS
Expand Down

0 comments on commit 924c3dc

Please sign in to comment.