We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d9a20 commit 6c45212Copy full SHA for 6c45212
worker/scripts/get-dep.sh
@@ -78,7 +78,7 @@ function get_netstring()
78
function get_libuv()
79
{
80
GIT_REPO="https://github.com/libuv/libuv.git"
81
- GIT_TAG="v1.23.1"
+ GIT_TAG="v1.24.0"
82
DEST="deps/libuv"
83
84
get_dep "${GIT_REPO}" "${GIT_TAG}" "${DEST}"
0 commit comments