Release independent packages

napi@2.12.0

napi-derive@2.12.0
This commit is contained in:
LongYinan 2023-03-21 13:39:58 +08:00
parent 0d951cb3d9
commit 3b831f42f5
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
3 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ 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"
rust-version = "1.57" rust-version = "1.57"
version = "1.0.45" version = "1.0.46"
[package.metadata.workspaces] [package.metadata.workspaces]
independent = true independent = true

View file

@ -8,7 +8,7 @@ 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"
rust-version = "1.57" rust-version = "1.57"
version = "2.11.2" version = "2.12.0"
[package.metadata.workspaces] [package.metadata.workspaces]
independent = true independent = true
@ -23,7 +23,7 @@ type-def = ["napi-derive-backend/type-def"]
[dependencies] [dependencies]
convert_case = "0.6" convert_case = "0.6"
napi-derive-backend = { version = "1.0.45", path = "../backend" } napi-derive-backend = { version = "1.0.46", path = "../backend" }
proc-macro2 = "1.0" proc-macro2 = "1.0"
quote = "1.0" quote = "1.0"
syn = { version = "1.0.61", features = ["fold", "full", "extra-traits"] } syn = { version = "1.0.61", features = ["fold", "full", "extra-traits"] }

View file

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