Skip to content

Commit

Permalink
use libuv version 1.8.0 as bundled library
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Feb 13, 2016
1 parent bba0f29 commit 97a3644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -45,7 +45,7 @@
LIBUV_PATH = os.path.join(DEPS_PATH, 'libuv')
LIBUV_REPO = 'https://github.com/libuv/libuv.git'
LIBUV_BRANCH = 'v1.x'
LIBUV_TAG = 'v1.7.5'
LIBUV_TAG = 'v1.8.0'

GYP_PATH = os.path.join(LIBUV_PATH, 'build', 'gyp')
GYP_REPO = 'https://chromium.googlesource.com/external/gyp.git'
Expand Down

0 comments on commit 97a3644

Please sign in to comment.