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

Fix salvo example missing feature requirements #202

Merged
merged 1 commit into from
Jan 14, 2023
Merged

Fix salvo example missing feature requirements #202

merged 1 commit into from
Jan 14, 2023

Conversation

DusterTheFirst
Copy link
Contributor

When running cargo test without --all-features the tests will fail with a load of failed to resolve errors as the salvo-ex feature is not enabled. Adding

[[example]]
name = "salvo"
path = "examples/salvo.rs"
required-features = ["salvo-ex"]

to the readme will prevent the example from running unless the required feature is enabled.

@AzureMarker AzureMarker mentioned this pull request Jan 14, 2023
@pyrossh pyrossh merged commit 53a12db into pyrossh:master Jan 14, 2023
@DusterTheFirst DusterTheFirst deleted the salvo-fix branch January 14, 2023 09:02
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

3 participants