-
-
Notifications
You must be signed in to change notification settings - Fork 115
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: allow building with no-default-features
#565
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Could you also partially revert #554? (remove the default feature from taplo-common
and remove the associated default-features = false
, essentially only keeping the deletion of default-tls
in the reqwest dependency of taplo-common) Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot! That's a much better fix than mine. I didn't notice it was a change on reqwest side.
You're welcome! Anything else you need from me before a merge? Otherwise feel free to merge at your convenience. |
We'll wait for a while before merging in case for new reviews. |
Ping. 🙂 |
@Daniel-Aaron-Bloom Thanks for your contribution! |
tamasfe/taplo#565 is merged so we can revert back to mainline.
Fixes #564.
I just hid all the TLS inside a conditionally defined helper.