-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: make tokio a workspace dependency #9187
Conversation
Signed-off-by: Chojan Shang <[email protected]>
Signed-off-by: Chojan Shang <[email protected]>
Signed-off-by: Chojan Shang <[email protected]>
Signed-off-by: Chojan Shang <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @PsiACE -- this is very much appreciated 🙏
The only thing I am worried about is the change to WASM compilation. I think @jonmmease or @waynexia may know more about this and perhaps can offer an opinion
I don't have full context on the motivation here, but would it be possible to specify tokio as a workspace dependency with no default features, and then include the features as needed in the individual crates? This way the version stays in sync but there wouldn't need to be changes to the features that are enabled for the individual crates. |
Signed-off-by: Chojan Shang <[email protected]>
b826fc6
to
35dda64
Compare
c63ad5c
to
e57ac65
Compare
Signed-off-by: Chojan Shang <[email protected]>
e57ac65
to
0b51e0b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @PsiACE 🙏
This looks great to me
I took the liberty of merging up from main to this branch as well as fixing some tomlfmt
lints
Thanks again @PsiACE and @jonmmease |
Which issue does this PR close?
Closes #9165 .
Rationale for this change
As described in #9165
What changes are included in this PR?
make tokio a workspace dependency
Are these changes tested?
Yes
Are there any user-facing changes?
No