Release independent packages
napi-derive-backend@1.0.8 napi-derive@2.0.0-alpha.7 napi@2.0.0-alpha.5
This commit is contained in:
parent
4b0416e64a
commit
4874c72340
3 changed files with 4 additions and 4 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.7"
|
||||
version = "1.0.8"
|
||||
|
||||
[features]
|
||||
strict = []
|
||||
|
|
|
@ -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.6"
|
||||
version = "2.0.0-alpha.7"
|
||||
|
||||
[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.7", path = "../backend"}
|
||||
napi-derive-backend = {version = "1.0.8", path = "../backend"}
|
||||
proc-macro2 = "1.0"
|
||||
quote = "1.0"
|
||||
syn = {version = "1.0", features = ["fold", "full", "extra-traits"]}
|
||||
|
|
|
@ -7,7 +7,7 @@ license = "MIT"
|
|||
name = "napi"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/napi-rs/napi-rs"
|
||||
version = "2.0.0-alpha.4"
|
||||
version = "2.0.0-alpha.5"
|
||||
|
||||
[features]
|
||||
async = ["tokio_rt"]
|
||||
|
|
Loading…
Reference in a new issue