Skip to content

Commit

Permalink
Fix docs.rs docs to include all features
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-smoktal committed Apr 8, 2024
1 parent 8763102 commit 882fd79
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-send-fd"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
authors = ["Alexander Smoktal [https://github.com/alexander-smoktal]"]
license = "MIT"
Expand All @@ -26,6 +26,5 @@ tempdir = "0.3"
tokio = { version = "1", features = ["net", "rt", "macros", "io-util"] }
async-send-fd = { path = ".", features = ["tokio", "smol"] }

[doc-dependencies]
tokio = { version = "1", features = ["net", "io-util"] }
smol = { version = "2" }
[package.metadata.docs.rs]
all-features = true

0 comments on commit 882fd79

Please sign in to comment.