Release independent packages
napi@2.0.1 napi-derive@2.0.1
This commit is contained in:
parent
0dbda09cb3
commit
828c6cf625
3 changed files with 18 additions and 18 deletions
crates/napi
|
@ -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"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue