From 7999475f768fe6ebb306479ecf95f8439c4c3964 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Sat, 13 Apr 2024 18:55:53 +0800 Subject: [PATCH] Release independent packages napi-build@2.1.3 --- 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 186d44db..fd3d4e4f 100644 --- a/crates/build/Cargo.toml +++ b/crates/build/Cargo.toml @@ -9,7 +9,7 @@ name = "napi-build" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" rust-version = "1.65" -version = "2.1.2" +version = "2.1.3" [package.metadata.workspaces] independent = true