From 91e21ce3a0ea53466cfb18860b2baeee53408812 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Tue, 22 Dec 2020 10:53:06 +0800 Subject: [PATCH] napi@1.0.0-alpha.3 --- napi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi/Cargo.toml b/napi/Cargo.toml index e354bdce..077e0ede 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.0.0-alpha.2" +version = "1.0.0-alpha.3" [features] default = ["napi3"] # for most NodeJS users