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:
parent
e274cf7ae6
commit
63c8ab3f20
4 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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"] }
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue