Skip to content

Commit

Permalink
Enable all features when building on docs.rs (#2111)
Browse files Browse the repository at this point in the history
Fixes #2110

[skip ci]
  • Loading branch information
asomers committed Aug 28, 2023
1 parent 842142f commit b2e45a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ categories = ["os::unix-apis"]
include = ["src/**/*", "test/**/*", "LICENSE", "README.md", "CHANGELOG.md"]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = [
"x86_64-unknown-linux-gnu",
Expand Down

0 comments on commit b2e45a9

Please sign in to comment.