From 882fd7947c71f61c02ae59dc116859213dd879d8 Mon Sep 17 00:00:00 2001 From: Alexander Smoktal Date: Mon, 8 Apr 2024 23:13:41 +0300 Subject: [PATCH] Fix docs.rs docs to include all features --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f751684..9ee1731 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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