From 8c66df53dbb738ad657dc89aaa675905e2bb3bfa Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sun, 27 Aug 2023 21:38:30 -0600 Subject: [PATCH] Enable all features when building on docs.rs Fixes #2110 [skip ci] --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1290067d53..a8c77f7683 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",