From 74b42c646eb90ff267b131fcb2ac8d25428538c5 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 16 Feb 2014 12:57:40 -0800 Subject: [PATCH] Upgrade libuv This notably includes joyent/libuv@6f62d62c in order to fix when processes fail to spawn on windows --- src/libuv | 2 +- src/rt/libuv-auto-clean-trigger | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libuv b/src/libuv index fd5308383c57..800b56fe6af2 160000 --- a/src/libuv +++ b/src/libuv @@ -1 +1 @@ -Subproject commit fd5308383c575472edb2163d823dc6670bf59609 +Subproject commit 800b56fe6af21ffd8e56aee8cf12dd758f5bbdf1 diff --git a/src/rt/libuv-auto-clean-trigger b/src/rt/libuv-auto-clean-trigger index ca0809cb0901..961455b9093b 100644 --- a/src/rt/libuv-auto-clean-trigger +++ b/src/rt/libuv-auto-clean-trigger @@ -1,2 +1,2 @@ # Change the contents of this file to force a full rebuild of libuv -2013-12-23 +2014-02-16