From c760ac7c22d1c1534120db5f8efda18047d10040 Mon Sep 17 00:00:00 2001 From: Jonathan Schwender Date: Wed, 17 Jul 2024 17:35:32 +0200 Subject: [PATCH] Mark API-12 as experimental Signed-off-by: Jonathan Schwender --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e38ba83..91b2e50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,8 @@ all-components = [ api-10 = [] ## Enables bindings for OpenHarmony API-level 11 api-11 = ["api-10"] -## Enables bindings for OpenHarmony API-level 12 +## **EXPERIMENTAL**: Enables bindings for OpenHarmony API-level 12 (beta-1). +## Will stabilize once the final version has been released. api-12 = ["api-11"] ## Document available features when building the documentation document-features = ["dep:document-features"]