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 = []