From a41cc07f215d881a5178e998a12e8d3832ad885c Mon Sep 17 00:00:00 2001 From: LongYinan Date: Mon, 25 Apr 2022 16:09:53 +0800 Subject: [PATCH] Release independent packages napi@2.3.2 napi-derive@2.3.1 --- crates/backend/Cargo.toml | 2 +- crates/macro/Cargo.toml | 4 ++-- crates/napi/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/backend/Cargo.toml b/crates/backend/Cargo.toml index 61906679..48e916b5 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.27" +version = "1.0.28" [package.metadata.workspaces] independent = true diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index 06c592a1..08e0b586 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.0" +version = "2.3.1" [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.27", path = "../backend" } +napi-derive-backend = { version = "1.0.28", path = "../backend" } proc-macro2 = "1.0" quote = "1.0" syn = { version = "1.0", features = ["fold", "full", "extra-traits"] } diff --git a/crates/napi/Cargo.toml b/crates/napi/Cargo.toml index c8ecf40b..efbfb53a 100644 --- a/crates/napi/Cargo.toml +++ b/crates/napi/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "napi" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" -version = "2.3.1" +version = "2.3.2" [package.metadata.docs.rs] all-features = true