From 81adb5ceab95232e8ecf1cfdc81657c1c9e7f895 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Sun, 26 Apr 2020 19:57:31 +0800 Subject: [PATCH] chore: version patch --- build/Cargo.toml | 5 ++--- napi-derive/Cargo.toml | 5 +++++ napi/Cargo.toml | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/build/Cargo.toml b/build/Cargo.toml index 93acd32a..3258c45f 100644 --- a/build/Cargo.toml +++ b/build/Cargo.toml @@ -1,14 +1,13 @@ [package] name = "napi-build" -version = "0.1.0" +version = "0.1.1" authors = ["LongYinan "] edition = "2018" description = "N-API build support" readme = "README.md" repository = "https://github.com/Brooooooklyn/napi-rs" license = "MIT" -keywords = ["NodeJS", "FFI"] -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +keywords = ["NodeJS", "FFI", "NAPI", "n-api"] [dependencies] cfg-if = "0.1" diff --git a/napi-derive/Cargo.toml b/napi-derive/Cargo.toml index 8055d1dc..621411b1 100644 --- a/napi-derive/Cargo.toml +++ b/napi-derive/Cargo.toml @@ -3,6 +3,11 @@ name = "napi-derive" version = "0.1.0" authors = ["LongYinan "] edition = "2018" +description = "N-API build support" +readme = "README.md" +repository = "https://github.com/Brooooooklyn/napi-rs" +license = "MIT" +keywords = ["NodeJS", "FFI", "NAPI", "n-api"] [dependencies] syn = { version = "1.0", features = ["fold", "full"] } diff --git a/napi/Cargo.toml b/napi/Cargo.toml index c6d79cb9..e49ece45 100644 --- a/napi/Cargo.toml +++ b/napi/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "napi-rs" -version = "0.2.0" +version = "0.2.1" authors = ["Nathan Sobo ", "Yinan Long "] license = "MIT" description = "N-API bindings" readme = "README.md" repository = "https://github.com/Brooooooklyn/napi-rs" -keywords = ["NodeJS", "FFI"] +keywords = ["NodeJS", "FFI", "NAPI", "n-api"] [dependencies] futures = { version = "0.3", features = ["default", "thread-pool"] }