-
Notifications
You must be signed in to change notification settings - Fork 158
Use same(1.44.1) tokio version across the project #1603
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 same(1.44.1) tokio version across the project #1603
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1603 +/- ##
=======================================
Coverage 21.92% 21.92%
=======================================
Files 135 135
Lines 9573 9573
=======================================
Hits 2099 2099
Misses 7474 7474
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Instead of making changes like these, we should focus on getting this merged: #1546.
#1546 is a profound change while this pr is just upgrading/aligning tokio versions. I dont see how they are related. Specifying a workspace dependency is similar to package dependencies except:
Which is a deal breaker IMO. I would not block this one because of #1546, specially when we also have #1549 and others. #1549 #1546 and others needs further discussions and consensus before we merge them. |
Moreover, currently we align shared dependencies between crates by adding them to |
What I mean is that changes related to the unification of dependency versions are automatically resolved when any of the above-mentioned PRs get merged. Since these changes will eventually be removed within a couple of months, I don’t see the point in adding them, especially considering they are not blocking any of our current tasks. |
Hey @jbesraa, your PR cannot be rebased due to conflicts. Could you resolve them, please? |
Hey @jbesraa, your PR cannot be rebased due to conflicts. Could you resolve them, please? |
f20c7a4
to
67e63b6
Compare
resolves #1596