From 9351c651616de19e1011550aab6ebca06e4ed87b Mon Sep 17 00:00:00 2001 From: LongYinan Date: Wed, 31 Mar 2021 21:49:50 +0800 Subject: [PATCH] napi@1.3.4 --- napi/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/napi/Cargo.toml b/napi/Cargo.toml index c51041c4..5e5c913e 100644 --- a/napi/Cargo.toml +++ b/napi/Cargo.toml @@ -2,12 +2,12 @@ authors = ["Nathan Sobo ", "Yinan Long "] description = "N-API bindings" edition = "2018" -keywords = ["NodeJS", "FFI", "NAPI", "n-api"] +keywords = ["Node.js", "Node", "FFI", "NAPI", "n-api"] license = "MIT" name = "napi" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" -version = "1.3.3" +version = "1.3.4" [features] default = ["napi3"] # for most NodeJS users