Release independent packages
napi@2.0.0-alpha.1 napi-build@1.1.1 napi-derive@2.0.0-alpha.1 napi-derive-backend@1.0.2 napi-sys@1.1.2 Generated by cargo-workspaces
This commit is contained in:
parent
157b9c6186
commit
50e08b6033
5 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@ license = "MIT"
|
|||
name = "napi-derive-backend"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/napi-rs/napi-rs"
|
||||
version = "1.0.1"
|
||||
version = "1.0.2"
|
||||
|
||||
[features]
|
||||
strict = []
|
||||
|
|
|
@ -8,7 +8,7 @@ license = "MIT"
|
|||
name = "napi-build"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/napi-rs/napi-rs"
|
||||
version = "1.1.0"
|
||||
version = "1.1.1"
|
||||
|
||||
[package.metadata.workspaces]
|
||||
independent = true
|
||||
|
|
|
@ -7,7 +7,7 @@ license = "MIT"
|
|||
name = "napi-derive"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/napi-rs/napi-rs"
|
||||
version = "2.0.0-alpha.0"
|
||||
version = "2.0.0-alpha.1"
|
||||
|
||||
[features]
|
||||
compat-mode = []
|
||||
|
|
|
@ -7,7 +7,7 @@ license = "MIT"
|
|||
name = "napi"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/napi-rs/napi-rs"
|
||||
version = "2.0.0-alpha.0"
|
||||
version = "2.0.0-alpha.1"
|
||||
|
||||
[features]
|
||||
async = ["tokio_rt"]
|
||||
|
|
|
@ -8,7 +8,7 @@ license = "MIT"
|
|||
name = "napi-sys"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/napi-rs/napi-rs"
|
||||
version = "1.1.1"
|
||||
version = "1.1.2"
|
||||
|
||||
[features]
|
||||
napi1 = []
|
||||
|
|
Loading…
Reference in a new issue