From 6bdfe8687e2655e3bb228c997270448bd5f35a4c Mon Sep 17 00:00:00 2001 From: LongYinan Date: Mon, 4 Jan 2021 15:16:04 +0800 Subject: [PATCH] napi-build@1.0.1 --- build/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Cargo.toml b/build/Cargo.toml index 4e9913a9..3978f7cc 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.0" +version = "1.0.1" [dependencies] cfg-if = "1"