rust: Update dependencies, use riot-wrappers from git#19193
Merged
bors[bot] merged 2 commits intoRIOT-OS:masterfrom Feb 1, 2023
Merged
rust: Update dependencies, use riot-wrappers from git#19193bors[bot] merged 2 commits intoRIOT-OS:masterfrom
bors[bot] merged 2 commits intoRIOT-OS:masterfrom
Conversation
54fdba0 to
402fd69
Compare
Member
Author
|
An instasquashed commit fixes that, once again, the coap-handler-implementations' fuzziness when it comes to supporting minicbor. (It supports "any" minicbor version, but unless the user picks the same one consistently in all transitive dependencies, things do fall apart). After the round of updates, that second change was created using |
This primarily updates riot-wrappers, which has accumulated several compatible changes.
402fd69 to
5981079
Compare
Member
Author
|
Given I've merged a few more PRs on riot-wrappers today, this was also updated to |
benpicco
approved these changes
Jan 31, 2023
Contributor
|
bors merge |
1 similar comment
Contributor
|
bors merge |
Contributor
|
Build succeeded: |
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
As riot-wrappers has advanced a bit since it was last released, Rust modules are switched to using it from git again. (This is a regular ping-pong between testing the latest release in RIOT master, and using released support crates when they're current).
This primarily updates riot-wrappers, which has accumulated several compatible changes. Several other crates receive updates as well.
Testing procedure
Issues/PRs references
Changes on the riot-wrappers side:
[edit: added:]
This also serves to help preparing a 0.8.1 release of riot-wrappers, which performs some deprecations so that a breaking 0.9 change can be done more effortlessly later on.