From 990e16bb9012702dc80bb6222fbcf4159d22d0b2 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Tue, 25 May 2021 11:03:01 +0800 Subject: [PATCH] napi-sys@1.1.1 --- sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 40436b8e..ea5e40b9 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "napi-sys" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" -version = "1.1.0" +version = "1.1.1" [features] napi1 = []