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"
|
readme = "README.md"
|
||||||
repository = "https://github.com/napi-rs/napi-rs"
|
repository = "https://github.com/napi-rs/napi-rs"
|
||||||
rust-version = "1.65"
|
rust-version = "1.65"
|
||||||
version = "2.0.0-alpha.0"
|
version = "2.0.0-alpha.1"
|
||||||
|
|
||||||
[package.metadata.workspaces]
|
[package.metadata.workspaces]
|
||||||
independent = true
|
independent = true
|
||||||
|
|
|
@ -8,7 +8,7 @@ name = "napi-derive"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/napi-rs/napi-rs"
|
repository = "https://github.com/napi-rs/napi-rs"
|
||||||
rust-version = "1.65"
|
rust-version = "1.65"
|
||||||
version = "3.0.0-alpha.0"
|
version = "3.0.0-alpha.1"
|
||||||
|
|
||||||
[package.metadata.workspaces]
|
[package.metadata.workspaces]
|
||||||
independent = true
|
independent = true
|
||||||
|
@ -23,7 +23,7 @@ type-def = ["napi-derive-backend/type-def"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
convert_case = "0.6"
|
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"
|
proc-macro2 = "1"
|
||||||
quote = "1"
|
quote = "1"
|
||||||
syn = { version = "2", features = ["fold", "full", "extra-traits"] }
|
syn = { version = "2", features = ["fold", "full", "extra-traits"] }
|
||||||
|
|
|
@ -8,7 +8,7 @@ name = "napi"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/napi-rs/napi-rs"
|
repository = "https://github.com/napi-rs/napi-rs"
|
||||||
rust-version = "1.65"
|
rust-version = "1.65"
|
||||||
version = "3.0.0-alpha.0"
|
version = "3.0.0-alpha.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
doctest = false
|
doctest = false
|
||||||
|
@ -68,7 +68,7 @@ version = "1"
|
||||||
|
|
||||||
[dependencies.napi-sys]
|
[dependencies.napi-sys]
|
||||||
path = "../sys"
|
path = "../sys"
|
||||||
version = "2.3.0"
|
version = "2.4.0"
|
||||||
|
|
||||||
[dependencies.encoding_rs]
|
[dependencies.encoding_rs]
|
||||||
optional = true
|
optional = true
|
||||||
|
|
|
@ -9,7 +9,7 @@ name = "napi-sys"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/napi-rs/napi-rs"
|
repository = "https://github.com/napi-rs/napi-rs"
|
||||||
rust-version = "1.65"
|
rust-version = "1.65"
|
||||||
version = "2.3.0"
|
version = "2.4.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
dyn-symbols = ["libloading"]
|
dyn-symbols = ["libloading"]
|
||||||
|
|
Loading…
Reference in a new issue