From fa0fe874489f45b8d1ece8eb3e58f7d17b23ccd2 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Wed, 22 Dec 2021 00:27:50 +0800 Subject: [PATCH] Release independent packages napi-build@1.2.1 --- crates/build/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/build/Cargo.toml b/crates/build/Cargo.toml index 0f07d768..f7be78d7 100644 --- a/crates/build/Cargo.toml +++ b/crates/build/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "napi-build" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" -version = "1.2.0" +version = "1.2.1" [package.metadata.workspaces] independent = true