From 03fcd195800044dca7a08f2b1e5f63dc092bd93f Mon Sep 17 00:00:00 2001 From: LongYinan Date: Thu, 27 May 2021 23:21:51 +0800 Subject: [PATCH] napi@1.7.1 --- napi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi/Cargo.toml b/napi/Cargo.toml index b0a2ba94..3e56e62c 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.0" +version = "1.7.1" [features] default = ["napi3"] # for most Node.js users