chore: version patch

This commit is contained in:
LongYinan 2020-04-26 19:57:31 +08:00
parent 7eb0d9b0f6
commit 81adb5ceab
No known key found for this signature in database
GPG key ID: A3FFE134A3E20881
3 changed files with 9 additions and 5 deletions

View file

@ -1,14 +1,13 @@
[package]
name = "napi-build"
version = "0.1.0"
version = "0.1.1"
authors = ["LongYinan <lynweklm@gmail.com>"]
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"

View file

@ -3,6 +3,11 @@ name = "napi-derive"
version = "0.1.0"
authors = ["LongYinan <lynweklm@gmail.com>"]
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"] }

View file

@ -1,12 +1,12 @@
[package]
name = "napi-rs"
version = "0.2.0"
version = "0.2.1"
authors = ["Nathan Sobo <nathan@github.com>", "Yinan Long <lynweklm@gmail.com>"]
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"] }