Release independent packages

napi@3.0.0-alpha.1
napi-derive@3.0.0-alpha.1
napi-sys@2.4.0
This commit is contained in:
LongYinan 2024-04-10 16:57:51 +08:00
parent e274cf7ae6
commit 63c8ab3f20
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
4 changed files with 6 additions and 6 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.65"
version = "2.0.0-alpha.0"
version = "2.0.0-alpha.1"
[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.65"
version = "3.0.0-alpha.0"
version = "3.0.0-alpha.1"
[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.0", path = "../backend" }
napi-derive-backend = { version = "2.0.0-alpha.1", 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.65"
version = "3.0.0-alpha.0"
version = "3.0.0-alpha.1"
[lib]
doctest = false
@ -68,7 +68,7 @@ version = "1"
[dependencies.napi-sys]
path = "../sys"
version = "2.3.0"
version = "2.4.0"
[dependencies.encoding_rs]
optional = true

View file

@ -9,7 +9,7 @@ name = "napi-sys"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.65"
version = "2.3.0"
version = "2.4.0"
[features]
dyn-symbols = ["libloading"]