Skip to content

Commit 6c45212

Browse files
committed
Update libuv in get-dep.sh
1 parent f8d9a20 commit 6c45212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/scripts/get-dep.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function get_netstring()
7878
function get_libuv()
7979
{
8080
GIT_REPO="https://github.com/libuv/libuv.git"
81-
GIT_TAG="v1.23.1"
81+
GIT_TAG="v1.24.0"
8282
DEST="deps/libuv"
8383

8484
get_dep "${GIT_REPO}" "${GIT_TAG}" "${DEST}"

0 commit comments

Comments
 (0)