Release independent packages

napi@2.10.2
napi-derive@2.9.2
This commit is contained in:
LongYinan 2022-12-09 00:40:57 +08:00
parent 1cf32631bf
commit 25fb299ac6
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
3 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ name = "napi-derive-backend"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.57"
version = "1.0.38"
version = "1.0.39"
[package.metadata.workspaces]
independent = true

View file

@ -8,7 +8,7 @@ name = "napi-derive"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.57"
version = "2.9.1"
version = "2.9.2"
[package.metadata.workspaces]
independent = true
@ -22,8 +22,8 @@ strict = ["napi-derive-backend/strict"]
type-def = ["napi-derive-backend/type-def"]
[dependencies]
convert_case = "0.5"
napi-derive-backend = { version = "1.0.38", path = "../backend" }
convert_case = "0.6"
napi-derive-backend = { version = "1.0.39", path = "../backend" }
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0.61", features = ["fold", "full", "extra-traits"] }

View file

@ -8,7 +8,7 @@ name = "napi"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.57"
version = "2.10.1"
version = "2.10.2"
[package.metadata.docs.rs]
all-features = true