fix(napi-derive): napi-derive-backend version

This commit is contained in:
LongYinan 2024-02-20 15:17:43 +08:00
parent 5232d9e836
commit 9e44fd635b
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -8,7 +8,7 @@ name = "napi-derive"
readme = "README.md" readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs" repository = "https://github.com/napi-rs/napi-rs"
rust-version = "1.65" rust-version = "1.65"
version = "2.15.2" version = "2.15.3"
[package.metadata.workspaces] [package.metadata.workspaces]
independent = true independent = true
@ -23,7 +23,7 @@ type-def = ["napi-derive-backend/type-def"]
[dependencies] [dependencies]
convert_case = "0.6" convert_case = "0.6"
napi-derive-backend = { version = "1.0.60", path = "../backend" } napi-derive-backend = { version = "1.0.61", path = "../backend" }
proc-macro2 = "1" proc-macro2 = "1"
quote = "1" quote = "1"
syn = { version = "2", features = ["fold", "full", "extra-traits"] } syn = { version = "2", features = ["fold", "full", "extra-traits"] }