napi@1.3.4

This commit is contained in:
LongYinan 2021-03-31 21:49:50 +08:00
parent a2e1013249
commit 9351c65161
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -2,12 +2,12 @@
authors = ["Nathan Sobo <nathan@github.com>", "Yinan Long <lynweklm@gmail.com>"]
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