-
Notifications
You must be signed in to change notification settings - Fork 219
chore: remove implicit tokio feature #628
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
base: main
Are you sure you want to change the base?
chore: remove implicit tokio feature #628
Conversation
|
That CI error is really strange. Could you try moving the |
Sure, thanks for the review |
7e620fa to
c48f7a9
Compare
|
Okay, so that didn't work. I have another idea: Can you (after rebasing, this PR seems to have a conflict now) move the toolchain action back, and also add |
c48f7a9 to
2748fe0
Compare
Seems that |
|
This error is really strange :( |
|
I'll try to reproduce / fix locally, when I get the time. |
|
Seems to be related to rust-lang/cargo#10788. |
|
That must be it! Fixed in 1.71 but our MSRV is 1.64. I guess since this is a breaking change, we should maybe wait anyways? |
|
This can be worked around as in #642. |
Fixes #511
Motivation
Solution
makes the
tokiodependency explicit