From 1145f2ee0b0d2016ce8c62e5b39767c4e726091c Mon Sep 17 00:00:00 2001 From: LongYinan Date: Fri, 28 May 2021 10:50:39 +0800 Subject: [PATCH] napi@1.7.3 --- napi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi/Cargo.toml b/napi/Cargo.toml index 7c191eab..228412fd 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.2" +version = "1.7.3" [features] default = ["napi3"] # for most Node.js users