Open
Conversation
This pulls several other updates due to updated riot-sys dependencies.
Noteworthy updates are the riot-module-exampels that now use portable atomics, updates to CoAP resource implementations, updated CBOR implementations, and the removal of several Windows related transitive dependencies.
maribu
approved these changes
Nov 2, 2025
Murdock results❌ FAILED 00328bf examples/rust-async: Block native32 due to unclear build issues Build failures (6)
Artifacts |
Contributor
|
Rebased it locally and did some buildtests. Seems to work without issues. :) |
Member
|
I think this has the "allow edits from maintainers" flag set. Maybe you can push and see if Murdock now agrees? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
With latest c2rust, errors like this pop up:
This pulls in RIOT-OS/rust-riot-sys#60 where the c2rust invocation in riot-sys has been updated, and (as that, by virtue of updating bindgen, updates some dependencies already) then also updates the rest of the compatible crates.
Testing procedure
Build testing is usually sufficient for this kind of update.