Skip to content

Commit

Permalink
core: raise libuv revision
Browse files Browse the repository at this point in the history
To libuv version 1.0.0-rc2
  • Loading branch information
saghul committed Oct 21, 2014
1 parent 8e3e342 commit fce601f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_libuv.py
Expand Up @@ -94,7 +94,7 @@ class libuv_build_ext(build_ext):
libuv_dir = os.path.join('deps', 'libuv')
libuv_repo = 'https://github.com/joyent/libuv.git'
libuv_branch = 'v1.x'
libuv_revision = 'f70b3fa'
libuv_revision = 'e3ea6c1'
libuv_patches = []

user_options = build_ext.user_options
Expand Down

0 comments on commit fce601f

Please sign in to comment.