Release independent packages

- napi@3.0.0-beta.2
- napi-derive@3.0.0-beta.2
This commit is contained in:
LongYinan 2025-05-22 20:04:36 +08:00
parent c51008c4eb
commit abf041542c
No known key found for this signature in database
3 changed files with 4 additions and 4 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-beta.1"
version = "2.0.0-beta.2"
[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-beta.1"
version = "3.0.0-beta.2"
[package.metadata.workspaces]
independent = true
@ -24,7 +24,7 @@ type-def = ["napi-derive-backend/type-def", "ctor"]
[dependencies]
convert_case = "0.8"
ctor = { version = "0.4", features = ["dtor"], optional = true }
napi-derive-backend = { version = "2.0.0-beta.1", path = "../backend" }
napi-derive-backend = { version = "2.0.0-beta.2", path = "../backend" }
proc-macro2 = "1"
quote = "1"
syn = { version = "2", 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.80"
version = "3.0.0-beta.1"
version = "3.0.0-beta.2"
[lib]
doctest = false