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

disable default features for async-graphql in workspace dependencies #1237

Conversation

lazareviczoran
Copy link
Contributor

@lazareviczoran lazareviczoran commented Feb 15, 2023

All the other crates (in the integrations dir) that are referencing the parent crate (async-graphql) in the workspace have it turned off in their own Cargo.toml files, but since it's defined with the default features on the workspace level, and it's inherited in the other crates, specifying the default-features = false in the integration crates toml files doesn't have any effect.

Therefore, moving the default-features = false flag on the async-graphql dep in the [workspace.dependencies] instead.

@lazareviczoran
Copy link
Contributor Author

lazareviczoran commented Feb 15, 2023

proposal to resolve #1236

@sunli829
Copy link
Collaborator

thanks! 🙂

@sunli829 sunli829 merged commit 8638910 into async-graphql:master Feb 16, 2023
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

2 participants