Merge pull request #1012 from napi-rs/update-convert-case
chore(napi-derive): update convert_case
This commit is contained in:
commit
349f747ce4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ strict = ["napi-derive-backend/strict"]
|
|||
type-def = ["napi-derive-backend/type-def"]
|
||||
|
||||
[dependencies]
|
||||
convert_case = "0.4"
|
||||
convert_case = "0.5"
|
||||
napi-derive-backend = {version = "1.0.21", path = "../backend"}
|
||||
proc-macro2 = "1.0"
|
||||
quote = "1.0"
|
||||
|
|
Loading…
Reference in a new issue