Release independent packages

napi@2.0.1
napi-derive@2.0.1
This commit is contained in:
LongYinan 2021-12-22 00:19:07 +08:00
parent 0dbda09cb3
commit 828c6cf625
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
3 changed files with 18 additions and 18 deletions
crates/napi

View file

@ -7,7 +7,13 @@ license = "MIT"
name = "napi"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "2.0.0"
version = "2.0.1"
[package.metadata.docs.rs]
all-features = true
[package.metadata.workspaces]
independent = true
[features]
async = ["tokio_rt"]
@ -32,9 +38,6 @@ ctor = "0.1"
lazy_static = "1"
napi-sys = {version = "2.1.0", path = "../sys"}
[target.'cfg(windows)'.dependencies]
windows = {version = "0.29", features = ["Win32_System_WindowsProgramming", "Win32_System_LibraryLoader", "Win32_Foundation"]}
[dependencies.encoding_rs]
optional = true
version = "0.8"
@ -52,8 +55,5 @@ version = "1"
optional = true
version = "1"
[package.metadata.docs.rs]
all-features = true
[package.metadata.workspaces]
independent = true
[target.'cfg(windows)'.dependencies]
windows = {version = "0.29", features = ["Win32_System_WindowsProgramming", "Win32_System_LibraryLoader", "Win32_Foundation"]}