From a9ac8efe3d3bf804d4932af9255c17a2dbbee251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Fri, 10 Apr 2020 14:35:00 +0200 Subject: [PATCH] [REVERT BEFORE MERGE] use nodejs-sys fork with n-api 6 support --- crates/neon-runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/neon-runtime/Cargo.toml b/crates/neon-runtime/Cargo.toml index ed59a954e..0c9333894 100644 --- a/crates/neon-runtime/Cargo.toml +++ b/crates/neon-runtime/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0" [dependencies] cfg-if = "0.1.9" neon-sys = { version = "=0.4.0", path = "../neon-sys", optional = true } -nodejs-sys = { version = "0.2.0", optional = true } +nodejs-sys = { git = "https://github.com/goto-bus-stop/nodejs-sys", branch = "n-api-6", optional = true } [features] default = []