Release independent packages

- napi-build@2.1.0
- napi-derive@2.14.0
- napi@2.14.0
- napi-sys@2.3.0
This commit is contained in:
LongYinan 2023-11-07 14:18:24 +08:00
parent be755a1d51
commit 688ee04247
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
5 changed files with 7 additions and 7 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 = "1.0.52"
version = "1.0.53"
[package.metadata.workspaces]
independent = true

View file

@ -9,7 +9,7 @@ name = "napi-build"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.65"
version = "2.0.1"
version = "2.1.0"
[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 = "2.13.0"
version = "2.14.0"
[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 = "1.0.52", path = "../backend" }
napi-derive-backend = { version = "1.0.53", path = "../backend" }
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0.61", 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 = "2.13.3"
version = "2.14.0"
[lib]
doctest = false
@ -65,7 +65,7 @@ version = "1"
[dependencies.napi-sys]
path = "../sys"
version = "2.2.3"
version = "2.3.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.2.3"
version = "2.3.0"
[features]
experimental = []