Skip to content
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

Bump ractor dependencies to match their actual use (#285) #286

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

zhapich
Copy link
Contributor

@zhapich zhapich commented Nov 18, 2024

This addresses issue #285. I went over ractor's dependencies and bumped them where the minimum required version didn't match actual use in code - e.g. use of JoinSet::join_all that was only introduced in tokio 1.40.0.

This change is non-breaking - a project that uses ractor and successfully builds must already use versions of tokio/bon at least as recent as these bumped versions.

Copy link

codecov bot commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.34%. Comparing base (3322d40) to head (9e6fda3).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #286   +/-   ##
=======================================
  Coverage   81.34%   81.34%           
=======================================
  Files          60       60           
  Lines       10848    10848           
=======================================
  Hits         8824     8824           
  Misses       2024     2024           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@slawlor slawlor merged commit 73b62e7 into slawlor:main Nov 19, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants