From 22197cc2cf70896eb75ed6422712e0f518862451 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Wed, 21 Apr 2021 23:49:39 +0800 Subject: [PATCH] napi-sys@1.1.0 --- sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Cargo.toml b/sys/Cargo.toml index 9d7e22de..40436b8e 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.0.0" +version = "1.1.0" [features] napi1 = []