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 dependening on tide default features #6

Merged
merged 1 commit into from
Apr 12, 2021
Merged

Conversation

edmellum
Copy link
Contributor

Depending on tide-tracing requires a project to include all default features of tide even though tide-tracing doesn't need any of them. This fix minimizes the required tide features so dependents don't get any extra unneeded features 😄

Depending on tide-tracing requires a project to include all default features of tide even though tide-tracing doesn't need any of them. This fix minimizes the required tide features so dependents don't get any extra unneeded features 😄
Copy link
Owner

@eopb eopb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call. Thank you for this PR.

It breaks the CI when building the example code but I'll fix that post-merge.

I'll probably push a release for this.

@eopb eopb merged commit 0a3052c into eopb:master Apr 12, 2021
@edmellum
Copy link
Contributor Author

Awesome! 😄 Thanks for accepting the PR and sorry about not checking the examples.

Also thanks for creating this great library! 😄

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