Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #246 from tendermint/add-docs-rs-metadata
Browse files Browse the repository at this point in the history
Cargo.toml: add docs.rs metadata to document all features (fixes #244)
  • Loading branch information
tarcieri authored Apr 24, 2019
2 parents 77bb14d + feae668 commit 0516491
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@ yubihsm-mock = ["yubihsm/mockhsm"]
# Enable integer overflow checks in release builds for security reasons
[profile.release]
overflow-checks = true

[package.metadata.docs.rs]
all-features = true

0 comments on commit 0516491

Please sign in to comment.