From f2e046958f81a4fa6c44ecc73054123546c78788 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Tue, 29 Dec 2020 16:39:30 +0800 Subject: [PATCH] napi@1.0.0-alpha.11 --- napi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napi/Cargo.toml b/napi/Cargo.toml index dee2d71b..25aa9895 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.10" +version = "1.0.0-alpha.11" [features] default = ["napi3"] # for most NodeJS users