From a1df1fe58694854b8eb105bac474b29c3413f2c5 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Wed, 14 Apr 2021 14:57:06 +0800 Subject: [PATCH] napi-build@1.0.2 --- build/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Cargo.toml b/build/Cargo.toml index c0d0c837..084eca87 100644 --- a/build/Cargo.toml +++ b/build/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "napi-build" readme = "README.md" repository = "https://github.com/napi-rs/napi-rs" -version = "1.0.1" +version = "1.0.2" [dependencies] cfg-if = "1"