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
|
@ -6,7 +6,10 @@ license = "MIT"
|
||||||
name = "napi-derive-backend"
|
name = "napi-derive-backend"
|
||||||
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.17"
|
version = "1.0.18"
|
||||||
|
|
||||||
|
[package.metadata.workspaces]
|
||||||
|
independent = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
noop = []
|
noop = []
|
||||||
|
@ -26,6 +29,3 @@ version = "1"
|
||||||
[dependencies.once_cell]
|
[dependencies.once_cell]
|
||||||
optional = true
|
optional = true
|
||||||
version = "1"
|
version = "1"
|
||||||
|
|
||||||
[package.metadata.workspaces]
|
|
||||||
independent = true
|
|
||||||
|
|
|
@ -7,7 +7,10 @@ license = "MIT"
|
||||||
name = "napi-derive"
|
name = "napi-derive"
|
||||||
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"
|
version = "2.0.1"
|
||||||
|
|
||||||
|
[package.metadata.workspaces]
|
||||||
|
independent = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
compat-mode = []
|
compat-mode = []
|
||||||
|
@ -19,13 +22,10 @@ type-def = ["napi-derive-backend/type-def"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
convert_case = "0.4"
|
convert_case = "0.4"
|
||||||
napi-derive-backend = {version = "1.0.17", path = "../backend"}
|
napi-derive-backend = {version = "1.0.18", path = "../backend"}
|
||||||
proc-macro2 = "1.0"
|
proc-macro2 = "1.0"
|
||||||
quote = "1.0"
|
quote = "1.0"
|
||||||
syn = {version = "1.0", features = ["fold", "full", "extra-traits"]}
|
syn = {version = "1.0", features = ["fold", "full", "extra-traits"]}
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
[package.metadata.workspaces]
|
|
||||||
independent = true
|
|
||||||
|
|
|
@ -7,7 +7,13 @@ 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"
|
version = "2.0.1"
|
||||||
|
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
|
||||||
|
[package.metadata.workspaces]
|
||||||
|
independent = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
async = ["tokio_rt"]
|
async = ["tokio_rt"]
|
||||||
|
@ -32,9 +38,6 @@ ctor = "0.1"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
napi-sys = {version = "2.1.0", path = "../sys"}
|
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]
|
[dependencies.encoding_rs]
|
||||||
optional = true
|
optional = true
|
||||||
version = "0.8"
|
version = "0.8"
|
||||||
|
@ -52,8 +55,5 @@ version = "1"
|
||||||
optional = true
|
optional = true
|
||||||
version = "1"
|
version = "1"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[target.'cfg(windows)'.dependencies]
|
||||||
all-features = true
|
windows = {version = "0.29", features = ["Win32_System_WindowsProgramming", "Win32_System_LibraryLoader", "Win32_Foundation"]}
|
||||||
|
|
||||||
[package.metadata.workspaces]
|
|
||||||
independent = true
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue