From f6ac15437877c0527147592be82958faccea5910 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Fri, 9 Dec 2022 18:59:50 +0800 Subject: [PATCH] Release independent packages napi-derive@2.9.3 --- crates/backend/Cargo.toml | 4 ++-- crates/macro/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/backend/Cargo.toml b/crates/backend/Cargo.toml index dd1f5bc2..824c48f4 100644 --- a/crates/backend/Cargo.toml +++ b/crates/backend/Cargo.toml @@ -7,7 +7,7 @@ name = "napi-derive-backend" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" rust-version = "1.57" -version = "1.0.39" +version = "1.0.40" [package.metadata.workspaces] independent = true @@ -18,7 +18,7 @@ strict = [] type-def = ["regex", "once_cell"] [dependencies] -convert_case = "0.5" +convert_case = "0.6" proc-macro2 = "1" quote = "1" syn = { version = "1.0.61", features = ["fold", "full", "extra-traits"] } diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index dd196509..ffa4e755 100644 --- a/crates/macro/Cargo.toml +++ b/crates/macro/Cargo.toml @@ -8,7 +8,7 @@ name = "napi-derive" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" rust-version = "1.57" -version = "2.9.2" +version = "2.9.3" [package.metadata.workspaces] independent = true @@ -23,7 +23,7 @@ type-def = ["napi-derive-backend/type-def"] [dependencies] convert_case = "0.6" -napi-derive-backend = { version = "1.0.39", path = "../backend" } +napi-derive-backend = { version = "1.0.40", path = "../backend" } proc-macro2 = "1.0" quote = "1.0" syn = { version = "1.0.61", features = ["fold", "full", "extra-traits"] }