Release independent packages

napi@2.0.0-beta.1
napi-derive@2.0.0-beta.1
napi-derive-backend@1.0.13
This commit is contained in:
LongYinan 2021-12-02 17:06:15 +08:00
parent 6280460173
commit 140fa7b502
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
3 changed files with 4 additions and 4 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.12"
version = "1.0.13"
[features]
strict = []

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-beta.0"
version = "2.0.0-beta.1"
[features]
compat-mode = []
@ -18,7 +18,7 @@ type-def = ["napi-derive-backend/type-def"]
[dependencies]
convert_case = "0.4"
napi-derive-backend = {version = "1.0.12", path = "../backend"}
napi-derive-backend = {version = "1.0.13", path = "../backend"}
proc-macro2 = "1.0"
quote = "1.0"
syn = {version = "1.0", features = ["fold", "full", "extra-traits"]}

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-beta.0"
version = "2.0.0-beta.1"
[features]
async = ["tokio_rt"]