chore: version patch
This commit is contained in:
parent
7eb0d9b0f6
commit
81adb5ceab
3 changed files with 9 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -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"] }
|
||||
|
|
|
@ -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"] }
|
||||
|
|
Loading…
Reference in a new issue