From 6a58cbfc3eee5dd64bc24bdce8e75899b11978bb Mon Sep 17 00:00:00 2001 From: Jonathan Schwender Date: Mon, 15 Jul 2024 20:44:08 +0200 Subject: [PATCH] Enable all-features for docs-rs Signed-off-by: Jonathan Schwender --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e4e0178..1a113d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ohos-sys" -version = "0.2.0-beta1" +version = "0.2.0-beta2" edition = "2021" description = "Bindings to the native API of OpenHarmony OS" license = "Apache-2.0" @@ -50,4 +50,5 @@ document-features = ["dep:document-features"] [package.metadata.docs.rs] features = ["document-features"] -targets = ["aarch64-unknown-linux-ohos", "armv7-unknown-linux-ohos", "x86_64-unknown-linux-ohos"] \ No newline at end of file +targets = ["aarch64-unknown-linux-ohos", "armv7-unknown-linux-ohos", "x86_64-unknown-linux-ohos"] +all-features = true