build: fix features in docs.rs
This commit is contained in:
parent
712eb82c40
commit
2e9e86a841
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "napi"
|
||||
version = "0.4.4"
|
||||
version = "0.4.5"
|
||||
authors = ["Nathan Sobo <nathan@github.com>", "Yinan Long <lynweklm@gmail.com>"]
|
||||
license = "MIT"
|
||||
description = "N-API bindings"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "napi-sys"
|
||||
version = "0.4.1"
|
||||
version = "0.4.2"
|
||||
authors = ["LongYinan <lynweklm@gmail.com>"]
|
||||
edition = "2018"
|
||||
readme = "README.md"
|
||||
|
@ -29,4 +29,4 @@ regex = "1.3"
|
|||
semver = "0.10"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["docs"]
|
||||
features = ["docs-rs"]
|
||||
|
|
Loading…
Reference in a new issue