Release independent packages
napi@2.0.0-alpha.7 napi-derive@2.0.0-alpha.8 napi-build@1.1.2 napi-derive-backend@1.0.9
This commit is contained in:
parent
5ccef6cedf
commit
aaf1bd14ea
4 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@ 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.8"
|
version = "1.0.9"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
strict = []
|
strict = []
|
||||||
|
|
|
@ -8,7 +8,7 @@ license = "MIT"
|
||||||
name = "napi-build"
|
name = "napi-build"
|
||||||
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.1"
|
version = "1.1.2"
|
||||||
|
|
||||||
[package.metadata.workspaces]
|
[package.metadata.workspaces]
|
||||||
independent = true
|
independent = true
|
||||||
|
|
|
@ -7,7 +7,7 @@ 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-alpha.7"
|
version = "2.0.0-alpha.8"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
compat-mode = []
|
compat-mode = []
|
||||||
|
@ -18,7 +18,7 @@ type-def = ["napi-derive-backend/type-def"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
convert_case = "0.4"
|
convert_case = "0.4"
|
||||||
napi-derive-backend = {version = "1.0.8", path = "../backend"}
|
napi-derive-backend = {version = "1.0.9", 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"]}
|
||||||
|
|
|
@ -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.6"
|
version = "2.0.0-alpha.7"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
async = ["tokio_rt"]
|
async = ["tokio_rt"]
|
||||||
|
|
Loading…
Reference in a new issue