From 00235f25546506f132afef828a3c93cd7e012a35 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Fri, 28 May 2021 07:59:04 +0800 Subject: [PATCH] napi@1.7.2 --- napi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi/Cargo.toml b/napi/Cargo.toml index 3e56e62c..7c191eab 100644 --- a/napi/Cargo.toml +++ b/napi/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "napi" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" -version = "1.7.1" +version = "1.7.2" [features] default = ["napi3"] # for most Node.js users