Skip to content

Commit

Permalink
Merge pull request #35 from Swatinem/Swatinem-patch-1
Browse files Browse the repository at this point in the history
Enable `futures` feature for docs.rs builds
  • Loading branch information
nlfiedler authored Oct 1, 2023
2 parents 0083320 + 6b396d2 commit 8653138
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 @@ -13,6 +13,9 @@ exclude = [
"test/*",
]

[package.metadata.docs.rs]
features = ["futures"]

[features]
default = []
tokio = ["dep:tokio", "tokio-stream", "async-stream"]
Expand Down

0 comments on commit 8653138

Please sign in to comment.