Skip to content

Commit

Permalink
update to libuv 1.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjihrig committed May 23, 2020
1 parent 4e18b07 commit 0c714f5
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 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.11)
project (uvwasi LANGUAGES C)

# This can be a commit hash or tag
set(LIBUV_VERSION v1.37.0)
set(LIBUV_VERSION v1.38.0)

include(CMakeDependentOption)
cmake_dependent_option(UVWASI_BUILD_TESTS
Expand Down

0 comments on commit 0c714f5

Please sign in to comment.