Skip to content

Commit

Permalink
Merge pull request #99 from NLnetLabs/all-features-for-docs-rs
Browse files Browse the repository at this point in the history
Enable all features when building for docs.rs.
  • Loading branch information
partim authored Mar 30, 2021
2 parents 8d1b888 + 2071583 commit 6030e4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ validate = ["std", "ring"]
tokio-native-tls = "0.3"
tokio = { version = "1", features = ["rt-multi-thread", "io-util", "net"] }

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

[[example]]
name = "readzone"
required-features = ["master"]
Expand Down
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Bug Fixes

Other Changes

* Enables all features when building for doc.rs. ([#99])

[#99]: https://github.com/NLnetLabs/domain/pull/99


## 0.6.0

Expand Down

0 comments on commit 6030e4f

Please sign in to comment.