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

Remove dependency on futures-channel in favour of tokio primitives #191

Merged
merged 2 commits into from
Feb 2, 2024

Conversation

aumetra
Copy link
Contributor

@aumetra aumetra commented Feb 2, 2024

Since bb8 is already depending on Tokio, it doesn't really make sense for it to pull in futures-channel.
Especially since this dependency was only used for tests.

Copy link
Owner

@djc djc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

Copy link

codecov bot commented Feb 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ed37efb) 72.51% compared to head (c92afc9) 72.51%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #191   +/-   ##
=======================================
  Coverage   72.51%   72.51%           
=======================================
  Files           6        6           
  Lines         553      553           
=======================================
  Hits          401      401           
  Misses        152      152           

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

@djc djc merged commit 1087bda into djc:main Feb 2, 2024
10 checks passed
@aumetra aumetra deleted the remove-futures-channel-dependency branch February 2, 2024 13:30
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.

None yet

2 participants