From fa8e32d3c0591e6d391d6cc65cc5cbae845511ac Mon Sep 17 00:00:00 2001 From: LongYinan Date: Tue, 16 Nov 2021 13:03:20 +0800 Subject: [PATCH] Release independent packages napi-derive-backend@1.0.7 napi-derive@2.0.0-alpha.6 Generated by cargo-workspaces --- 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 6e08b7e2..61686314 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.6" +version = "1.0.7" [features] strict = [] diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index e8e8cb61..19053ef9 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.0.0-alpha.5" +version = "2.0.0-alpha.6" [features] compat-mode = [] @@ -18,7 +18,7 @@ type-def = ["napi-derive-backend/type-def"] [dependencies] convert_case = "0.4" -napi-derive-backend = {version = "1.0.6", path = "../backend"} +napi-derive-backend = {version = "1.0.7", path = "../backend"} proc-macro2 = "1.0" quote = "1.0" syn = {version = "1.0", features = ["fold", "full", "extra-traits"]}