Release independent packages

- napi-derive@3.0.0-alpha.19
This commit is contained in:
LongYinan 2024-11-13 10:24:10 +08:00
parent 49ed2ddf71
commit d1d533d00e
No known key found for this signature in database
GPG Key ID: C3666B7FC82ADAD7
2 changed files with 3 additions and 3 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.80"
version = "2.0.0-alpha.18"
version = "2.0.0-alpha.19"
[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.80"
version = "3.0.0-alpha.18"
version = "3.0.0-alpha.19"
[package.metadata.workspaces]
independent = true
@ -23,7 +23,7 @@ type-def = ["napi-derive-backend/type-def"]
[dependencies]
convert_case = "0.6"
napi-derive-backend = { version = "2.0.0-alpha.18", path = "../backend" }
napi-derive-backend = { version = "2.0.0-alpha.19", path = "../backend" }
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["fold", "full", "extra-traits"] }