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

Compile in no_std context #247

Merged
merged 2 commits into from
Dec 28, 2023
Merged

Compile in no_std context #247

merged 2 commits into from
Dec 28, 2023

Conversation

dzamlo
Copy link
Contributor

@dzamlo dzamlo commented Dec 22, 2023

Previously, the crates didn't compile in no_std context because some dependencies required std by default.

@reitermarkus reitermarkus mentioned this pull request Dec 22, 2023
@partim
Copy link
Member

partim commented Dec 28, 2023

Thank you for the PR!

I will make a new release once I have also merged #248 which fixes a few more no-std issues.

@partim partim merged commit ee3fa26 into NLnetLabs:main Dec 28, 2023
12 checks passed
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