From 8681cadc0ffabb3974df9a8bcc19562aac80490c Mon Sep 17 00:00:00 2001 From: LongYinan Date: Wed, 27 Apr 2022 18:39:47 +0800 Subject: [PATCH] Release independent packages napi-derive@2.3.3 --- crates/backend/Cargo.toml | 2 +- crates/macro/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/backend/Cargo.toml b/crates/backend/Cargo.toml index c3c33741..8623b72e 100644 --- a/crates/backend/Cargo.toml +++ b/crates/backend/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" name = "napi-derive-backend" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" -version = "1.0.29" +version = "1.0.30" [package.metadata.workspaces] independent = true diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index 83c2814a..932361af 100644 --- a/crates/macro/Cargo.toml +++ b/crates/macro/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "napi-derive" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" -version = "2.3.2" +version = "2.3.3" [package.metadata.workspaces] independent = true @@ -22,7 +22,7 @@ type-def = ["napi-derive-backend/type-def"] [dependencies] convert_case = "0.5" -napi-derive-backend = { version = "1.0.29", path = "../backend" } +napi-derive-backend = { version = "1.0.30", path = "../backend" } proc-macro2 = "1.0" quote = "1.0" syn = { version = "1.0", features = ["fold", "full", "extra-traits"] }