Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backports and v0.4.9 #512

Merged
merged 3 commits into from
May 1, 2024

Commits on May 1, 2024

  1. Detect OpenHarmony Rust target

    The OpenHarmony SDK contains a CMake toolchain file,
    which among others sets CMAKE_OHOS_ARCH_ABI.
    We can use this to automatically infer the correct Rust target.
    
    The SDK can be obtained from the release notes on gitee:
    https://gitee.com/openharmony/docs/tree/master/en/release-notes
    
    (cherry picked from commit 9d7d499)
    jschwe committed May 1, 2024
    Configuration menu
    Copy the full SHA
    6228a62 View commit details
    Browse the repository at this point in the history
  2. make find_package portable

    (cherry picked from commit 2a4137a)
    thorsten-klein authored and jschwe committed May 1, 2024
    Configuration menu
    Copy the full SHA
    0920e0f View commit details
    Browse the repository at this point in the history
  3. Prepare v0.4.9 release

    jschwe committed May 1, 2024
    Configuration menu
    Copy the full SHA
    c25dcba View commit details
    Browse the repository at this point in the history