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

Release 0.8.3 #84

Merged
merged 2 commits into from
Mar 21, 2024
Merged

Release 0.8.3 #84

merged 2 commits into from
Mar 21, 2024

Conversation

chrysn
Copy link
Member

@chrysn chrysn commented Mar 20, 2024

Changes:

  • Optimize panic handlers

    panic_handler_crash now sidesteps additional error reporting that may have been possible depending on the interrupt state.

  • Add support for embedded-nal-async 0.7

  • Gcoap: Fix building on 64bit platforms

  • Inspect BINDGEN_OUTPUT_FILE instead of linked riot-sys environment variables at build time

  • Don't use custom rustfmt configuration

Waiting for RIOT-OS/RIOT#20489 where those receive the extra testing of the full RIOT CI

Changes:

* Optimize panic handlers

  panic_handler_crash now sidesteps additional error reporting that may
  have been possible depending on the interrupt state.

* Add support for embedded-nal-async 0.7
* Gcoap: Fix building on 64bit platforms
* Inspect BINDGEN_OUTPUT_FILE instead of linked riot-sys environment
  variables at build time
* Don't use custom rustfmt configuration
* CI fixes
Without this change, the patch.crates-io does not take, and we are
building with an old version; this primarily causes issues during
version updates when the version found through patch.crates-io at
runtime is recognized as the new one, but the lock file says to use the
released version, and in the end cargo falls back to not using the local
version.
@chrysn chrysn merged commit 409a5be into main Mar 21, 2024
59 checks passed
@chrysn chrysn deleted the release-0.8.3 branch March 21, 2024 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant