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

Replace futures dependency with futures_util #246

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

WhyNotHugo
Copy link
Contributor

The latter is sufficient, and the former pulls over a dozen additional unused dependencies.

Closes: #245

The latter is sufficient, and the former pulls over a dozen additional
unused dependencies.

Closes: NLnetLabs#245
@partim
Copy link
Member

partim commented Dec 8, 2023

Thanks for the PR! Looking good!

(Minor nit for future PRs: We update the Changelog after merging because there’s often wonky merge conflicts – and we also have the PR number then.)

@partim partim merged commit fc8e989 into NLnetLabs:main Dec 8, 2023
@WhyNotHugo WhyNotHugo deleted the futures-util branch December 9, 2023 17:37
partim added a commit that referenced this pull request Dec 28, 2023
Bug fixes

* Fixed various issues preventing building in a no-std environment.
  ([#247] by [@dzamlo], [#248] by [@reitermarkus])

Other changes

* The `resolv` feature now depends on `futures_util` instead of `futures`,
  trimming unused dependencies from the dependency tree. ([#246] by
  [@WhyNotHugo])
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