Skip to content

Commit

Permalink
Add signals feature to docs.rs
Browse files Browse the repository at this point in the history
Closes #164

Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Jan 13, 2024
1 parent e4c8c5c commit 5beeb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ nightly_coverage = []
signals = ["nix"]

[package.metadata.docs.rs]
features = ["block_on", "executor"]
features = ["block_on", "executor", "signals"]
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
Expand Down

0 comments on commit 5beeb15

Please sign in to comment.