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 itertools #36

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Conversation

fornwall
Copy link
Contributor

@fornwall fornwall commented Feb 5, 2024

No description provided.

@jswrenn
Copy link
Collaborator

jswrenn commented Feb 6, 2024

Happy to merge this! Looks like I'll need to adjust CI a bit, however...

@fornwall
Copy link
Contributor Author

fornwall commented Feb 8, 2024

@jswrenn Thanks, CI seems fixed now!

@jswrenn
Copy link
Collaborator

jswrenn commented Feb 19, 2024

Merged! Sorry for the delay; I needed to work out some kinks with CI.

Is there any particular reason you wanted to remove itertools that I should be aware of?

@jswrenn jswrenn added this to the next milestone Feb 19, 2024
@jswrenn jswrenn merged commit e96204d into tokio-rs:main Feb 19, 2024
8 checks passed
@fornwall
Copy link
Contributor Author

fornwall commented Feb 20, 2024

Thanks!

Is there any particular reason you wanted to remove itertools that I should be aware of?

No special reason except to prevent dependency bloat. Got a warning from cargo deny about having duplicated itertools versions in the dependency tree, so initially came here just to bump itertools. But seeing that it was probably better to remove for now I went for that instead.

@fornwall fornwall deleted the remove-itertools branch February 20, 2024 07:08
@fornwall fornwall restored the remove-itertools branch February 20, 2024 07:08
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