Update dependencies#57
Merged
Merged
Conversation
This removes a number of dependencies that need to be built for mctp-linux. smol internally uses async-io, so no change is expected. This updates to the latest async-io version 2.6.0 Some examples/tests in other crates are still using smol where they need additional features. Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>
Previous git changes have been merged. Only API changes required are some clippy warnings. Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>
Added defmt::Format derive for AppCookie. Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>
This removes some duplicated crate versions such as rustix. time crate is kept at 0.3.45 since that's the last with MSRV < 1.88. Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>
Member
Author
|
time crate had to be kept back for our 1.85 MSRV. |
Member
|
Looks good. This leaves |
Member
Author
Yep, standalone serial is also using it, but that is pretty much example code too. We'd use futures-lite directly there if it was widely used. mctp-rs/standalone/src/serial.rs Line 13 in 1806579 |
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.
The main update is avoiding async-io for mctp-linux crate.
At the same time update other dependencies, and get rid of the git deku dep.