From d1d533d00eddbf69e5130d35262faee70ff5eabb Mon Sep 17 00:00:00 2001 From: LongYinan Date: Wed, 13 Nov 2024 10:24:10 +0800 Subject: [PATCH] Release independent packages - napi-derive@3.0.0-alpha.19 --- 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 667736d1..7415ffec 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.80" -version = "2.0.0-alpha.18" +version = "2.0.0-alpha.19" [package.metadata.workspaces] independent = true diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index b5a03fb9..f5110f23 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.80" -version = "3.0.0-alpha.18" +version = "3.0.0-alpha.19" [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 = "2.0.0-alpha.18", path = "../backend" } +napi-derive-backend = { version = "2.0.0-alpha.19", path = "../backend" } proc-macro2 = "1" quote = "1" syn = { version = "2", features = ["fold", "full", "extra-traits"] }