Release independent packages

- napi@3.0.0-beta.7
- napi-build@2.2.1
This commit is contained in:
LongYinan 2025-06-04 20:24:58 +08:00
parent 3450c7af43
commit 19146503ff
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ name = "napi-build"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.80"
version = "3.0.0-beta.0"
version = "2.2.1"
[package.metadata.workspaces]
independent = true

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.6"
version = "3.0.0-beta.7"
[lib]
doctest = false
@ -122,4 +122,4 @@ optional = true
version = "0.1"
[build-dependencies]
napi-build = { path = "../build", version = "3.0.0-beta" }
napi-build = { path = "../build", version = "2.2.1" }