Skip to content

Commit

Permalink
Mark API-12 as experimental
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Schwender <[email protected]>
  • Loading branch information
jschwe committed Jul 17, 2024
1 parent e440e1f commit c760ac7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit c760ac7

Please sign in to comment.