build: fix features in docs.rs

This commit is contained in:
LongYinan 2020-08-03 16:17:14 +08:00
parent 712eb82c40
commit 2e9e86a841
No known key found for this signature in database
GPG key ID: A3FFE134A3E20881
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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"]