-
Notifications
You must be signed in to change notification settings - Fork 2.1k
rust: Update dependencies, use riot-wrappers from git #19193
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
rust: Update dependencies, use riot-wrappers from git #19193
Conversation
54fdba0
to
402fd69
Compare
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
Given I've merged a few more PRs on riot-wrappers today, this was also updated to |
bors merge |
1 similar comment
bors merge |
Build succeeded: |
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.