napi-sys@1.0.0-alpha.1
This commit is contained in:
parent
94e0ac548c
commit
6b0aa23172
1 changed files with 1 additions and 4 deletions
|
@ -8,7 +8,7 @@ license = "MIT"
|
||||||
name = "napi-sys"
|
name = "napi-sys"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/napi-rs/napi-rs"
|
repository = "https://github.com/napi-rs/napi-rs"
|
||||||
version = "1.0.0-alpha.0"
|
version = "1.0.0-alpha.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
napi1 = []
|
napi1 = []
|
||||||
|
@ -18,6 +18,3 @@ napi4 = ["napi3"]
|
||||||
napi5 = ["napi4"]
|
napi5 = ["napi4"]
|
||||||
napi6 = ["napi5"]
|
napi6 = ["napi5"]
|
||||||
napi7 = ["napi6"]
|
napi7 = ["napi6"]
|
||||||
|
|
||||||
[build-dependencies]
|
|
||||||
napi-build = {version = "1.0.0-alpha.0", path = "../build"}
|
|
||||||
|
|
Loading…
Reference in a new issue