We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
*-unknown-linux-ohos
1 parent 0ae0c3a commit f8f4c34Copy full SHA for f8f4c34
.github/workflows/main.yml
@@ -97,6 +97,9 @@ jobs:
97
- x86_64-unknown-netbsd
98
- x86_64-unknown-openbsd
99
- x86_64-unknown-redox
100
+ - aarch64-unknown-linux-ohos
101
+ - armv7-unknown-linux-ohos
102
+ - x86_64-unknown-linux-ohos
103
steps:
104
- uses: actions/checkout@v4
105
- uses: dtolnay/rust-toolchain@nightly
README.md
@@ -62,6 +62,7 @@ feature flag.
62
* NetBSD
63
* Redox
64
* Solaris
65
+* [OpenHarmony](https://doc.rust-lang.org/nightly/rustc/platform-support/openharmony.html)
66
67
# Minimum Supported Rust Version (MSRV)
68
0 commit comments