Skip to content

Commit

Permalink
[REVERT BEFORE MERGE] use nodejs-sys fork with n-api 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Apr 10, 2020
1 parent 9b338f9 commit a9ac8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/neon-runtime/Cargo.toml
Expand Up @@ -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 = []
Expand Down

0 comments on commit a9ac8ef

Please sign in to comment.