napi-sys@1.0.0-alpha.1

This commit is contained in:
LongYinan 2020-12-02 23:47:14 +08:00
parent 94e0ac548c
commit 6b0aa23172
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -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"}