-
Notifications
You must be signed in to change notification settings - Fork 316
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
build error on main due to tokio 1.21.0 unstable feature #1355
Comments
Hypothesis: this is due to release of tokio 1.21.0 in the last 24 hours (https://github.com/tokio-rs/tokio/releases/tag/tokio-1.21.0) which includes tokio-rs/tokio#4823 |
That looks right, seems like it should be an easy fix to patch our use of the API? |
Cross linking tokio-rs/console#373 There are also some related build errors in our view crate which we can fix, though the console-subscriber API change we'll need updated, so in #1358 I'm gonna pin us to the old version for now |
There's a new release of console-subscriber including #1355 but this only works with tokio 1.21.0
* doc updates for 028-harpalyke * allocations and updated discord addresses for 028-harpalyke * pin console-subscriber to 0.1.7 There's a new release of console-subscriber including #1355 but this only works with tokio 1.21.0
Build error just occurred on
main
when I merged #1328, probably unrelated?The text was updated successfully, but these errors were encountered: