From b1f51acc2ad432f0e0c74ecbe9f1a7b18c0a38ec Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 14 Jan 2015 08:08:21 -0800 Subject: [PATCH] add io.js 1.0.1 (though SSL is broken) - refs #135 --- lib/util/abi_crosswalk.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/util/abi_crosswalk.json b/lib/util/abi_crosswalk.json index 25db0fc3..6fbfadf0 100644 --- a/lib/util/abi_crosswalk.json +++ b/lib/util/abi_crosswalk.json @@ -310,5 +310,9 @@ "0.11.14": { "node_abi": 14, "v8": "3.26" + }, + "1.0.1": { + "node_abi": 42, + "v8": "3.31" } }