-
Notifications
You must be signed in to change notification settings - Fork 2.1k
rust: Update dependencies #21840
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
Open
chrysn
wants to merge
3
commits into
RIOT-OS:master
Choose a base branch
from
chrysn-pull-requests:cargo-update
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
rust: Update dependencies #21840
+623
−1,096
Conversation
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
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? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: examples
Area: Example Applications
Area: Rust
Area: Rust wrapper
Area: sys
Area: System
Area: tests
Area: tests and testing framework
CI: no fast fail
don't abort PR build after first error
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
CI: run tests
If set, CI server will run tests on hardware for the labeled PR
State: needs rebase
State: The codebase was changed since the creation of the PR, making a rebase necessary
Type: enhancement
The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
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.