Release independent packages

napi-derive@2.0.0-alpha.9
napi-derive-backend@1.0.10

Generated by cargo-workspaces
This commit is contained in:
LongYinan 2021-11-26 17:43:49 +08:00
parent 19e16eb2ba
commit a25f0b990c
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
2 changed files with 3 additions and 3 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.9"
version = "1.0.10"
[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-alpha.8"
version = "2.0.0-alpha.9"
[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.9", path = "../backend"}
napi-derive-backend = {version = "1.0.10", path = "../backend"}
proc-macro2 = "1.0"
quote = "1.0"
syn = {version = "1.0", features = ["fold", "full", "extra-traits"]}