-
Notifications
You must be signed in to change notification settings - Fork 32
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
Use fetch_update
to support mock on 32-bit MIPS and ARMv5TE
#55
Conversation
BTW I can also add arm/arm64 target to tests in this PR, or add them in a follow-up PR if you prefer. |
I think the adding the tests here is correct/important, to make sure we're not regressing behavior again. 👍🏻 |
@messense Would you also want to change the MSRV from |
Done. |
nightly build issue tokio-rs/prost#526 |
It seems that prost 0.8.0 already fixed it. Needs #49 |
Looks like this |
@messense Yeah, it's not super stable on virtual machines. I think we can merge this PR given that it's just the self-calibration test that fails, and I can address the flakiness in another PR. |
@messense Thanks again for your contribution. |
@messense Published |
Fixes #54.