Release independent packages

napi-sys@2.0.0
napi@2.0.0-alpha.8
This commit is contained in:
LongYinan 2021-11-30 00:18:07 +08:00
parent adfa14cf94
commit d410f6e903
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ license = "MIT"
name = "napi" name = "napi"
readme = "README.md" readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs" repository = "https://github.com/napi-rs/napi-rs"
version = "2.0.0-alpha.7" version = "2.0.0-alpha.8"
[features] [features]
async = ["tokio_rt"] async = ["tokio_rt"]
@ -28,7 +28,7 @@ tokio_rt = ["tokio", "once_cell", "napi4"]
[dependencies] [dependencies]
ctor = "0.1" ctor = "0.1"
napi-sys = {version = "1.1.2", path = "../sys"} napi-sys = {version = "2.0.0", path = "../sys"}
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
windows = {version = "0.27", features = ["Win32_System_WindowsProgramming", "Win32_System_LibraryLoader", "Win32_Foundation"]} windows = {version = "0.27", features = ["Win32_System_WindowsProgramming", "Win32_System_LibraryLoader", "Win32_Foundation"]}

View file

@ -8,9 +8,10 @@ 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.1.2" version = "2.0.0"
[features] [features]
experimental = []
napi1 = [] napi1 = []
napi2 = ["napi1"] napi2 = ["napi1"]
napi3 = ["napi2"] napi3 = ["napi2"]
@ -19,7 +20,6 @@ napi5 = ["napi4"]
napi6 = ["napi5"] napi6 = ["napi5"]
napi7 = ["napi6"] napi7 = ["napi6"]
napi8 = ["napi7"] napi8 = ["napi7"]
experimental = []
[package.metadata.workspaces] [package.metadata.workspaces]
independent = true independent = true