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]
|
[package]
|
||||||
name = "napi-build"
|
name = "napi-build"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["LongYinan <lynweklm@gmail.com>"]
|
authors = ["LongYinan <lynweklm@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "N-API build support"
|
description = "N-API build support"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/Brooooooklyn/napi-rs"
|
repository = "https://github.com/Brooooooklyn/napi-rs"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
keywords = ["NodeJS", "FFI"]
|
keywords = ["NodeJS", "FFI", "NAPI", "n-api"]
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cfg-if = "0.1"
|
cfg-if = "0.1"
|
||||||
|
|
|
@ -3,6 +3,11 @@ name = "napi-derive"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["LongYinan <lynweklm@gmail.com>"]
|
authors = ["LongYinan <lynweklm@gmail.com>"]
|
||||||
edition = "2018"
|
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]
|
[dependencies]
|
||||||
syn = { version = "1.0", features = ["fold", "full"] }
|
syn = { version = "1.0", features = ["fold", "full"] }
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
name = "napi-rs"
|
name = "napi-rs"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
authors = ["Nathan Sobo <nathan@github.com>", "Yinan Long <lynweklm@gmail.com>"]
|
authors = ["Nathan Sobo <nathan@github.com>", "Yinan Long <lynweklm@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "N-API bindings"
|
description = "N-API bindings"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/Brooooooklyn/napi-rs"
|
repository = "https://github.com/Brooooooklyn/napi-rs"
|
||||||
keywords = ["NodeJS", "FFI"]
|
keywords = ["NodeJS", "FFI", "NAPI", "n-api"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures = { version = "0.3", features = ["default", "thread-pool"] }
|
futures = { version = "0.3", features = ["default", "thread-pool"] }
|
||||||
|
|
Loading…
Reference in a new issue