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:
LongYinan 2021-10-31 23:37:05 +08:00
parent 157b9c6186
commit 50e08b6033
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
5 changed files with 5 additions and 5 deletions

View file

@ -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 = []

View file

@ -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

View file

@ -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 = []

View file

@ -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"]

View file

@ -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 = []