-
Notifications
You must be signed in to change notification settings - Fork 27
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
chore: update to latest embassy-time, embassy-executor. #76
Conversation
Thank you for the PR! I probably need to look into splitting the impls out of Let me think about what I need to do about this, if I haven't gotten back to this in ~a week I'll just merge and bump the minor version number :) |
I tried building this using the pull request's git repo as the source for postcard-rpc and it seems like there are a bunch of errors about: I have verified and it seems that I am using the same git rev for all the embassy crates as your pull request: https://gist.github.com/i509VCB/f77cf4bfab11f1a509dcf0e8f49cc5de Compile errors: |
…mesmunns#82) * Undeprecate subscribe, add subscribe_exclusive * Add new_with_wire_and_config * Add subscriber_timeout_if_full configuration * Allow replacing closed channels * Split inner functions
…esmunns#66) * implement conversion of VarSeq to u8, u16, u32 * change varseq equality to compare key numbers this adds a manual implementation of `PartialEq` to treat different variants with the same key value as equal. Previously `VarSeq::Seq1(1) != VarSeq::Seq2(1)`, with this change they are treated as equal. * add simple unit tests for varseq conversion --------- Co-authored-by: Hendrik v. Raven <[email protected]>
@i509VCB it's likely you also updated to I've also run this against |
released as v0.11.5, thank you! |
Updated to embassy-time 0.4 and embassy-executor 0.7. All postcard-rpc-tests pass.