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

Enable tokio's "net" feature in the virtual-net crate #4068

Merged
merged 1 commit into from
Jul 11, 2023

Conversation

Michael-F-Bryan
Copy link
Contributor

@Michael-F-Bryan Michael-F-Bryan commented Jul 11, 2023

Description

The virtual-net crate forgot to enable Tokio's net feature whenever host-net is enabled, so it won't compile by itself.

That seems to be what caused make test-build-docs-rs to fail on master... We only discovered this missing feature flag because #4064 told docs.rs to activate the host-net feature, and that test iterates through each crate and builds it with the same feature flags and --cfg=docsrs that docs.rs would use.

This fixes #4066.

@Michael-F-Bryan Michael-F-Bryan marked this pull request as ready for review July 11, 2023 02:32
lib/virtual-net/Cargo.toml Show resolved Hide resolved
@Michael-F-Bryan Michael-F-Bryan merged commit 1c251cf into master Jul 11, 2023
@Michael-F-Bryan Michael-F-Bryan deleted the fix-virtual-net branch July 11, 2023 07:56
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.

CI: Fix docs.rs Build Step
2 participants