Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit 19d18ac

Browse files
committed
deps: fix libuv revision
1 parent 85d5688 commit 19d18ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_libuv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class libuv_build_ext(build_ext):
114114
libuv_dir = os.path.join('deps', 'libuv')
115115
libuv_repo = 'https://github.com/libuv/libuv.git'
116116
libuv_branch = 'v1.x'
117-
libuv_revision = 'f98ce5b'
117+
libuv_revision = '413dbd8'
118118
libuv_patches = []
119119

120120
user_options = build_ext.user_options

0 commit comments

Comments
 (0)