diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 12b03810..4b679526 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "napi-sys" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" -version = "1.0.0-alpha.0" +version = "1.0.0-alpha.1" [features] napi1 = [] @@ -18,6 +18,3 @@ napi4 = ["napi3"] napi5 = ["napi4"] napi6 = ["napi5"] napi7 = ["napi6"] - -[build-dependencies] -napi-build = {version = "1.0.0-alpha.0", path = "../build"}