From ed846dd650c86f136d6a71b69cc507cd5338c034 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Tue, 1 Jun 2021 00:35:29 +0800 Subject: [PATCH] napi@1.7.4 --- napi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi/Cargo.toml b/napi/Cargo.toml index 6e348bd5..745d0077 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.3" +version = "1.7.4" [features] default = ["napi3"] # for most Node.js users