-
Notifications
You must be signed in to change notification settings - Fork 142
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
refactor!: put reqwest
behind http_wait
feature
#705
refactor!: put reqwest
behind http_wait
feature
#705
Conversation
✅ Deploy Preview for testcontainers-rust ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
reqwest
behind http_wait
feature
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.
Thank you for the contribution! 👍
38c7864
to
45da8a3
Compare
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.
Please, double check cargo doc
result to ensure the feature is correctly shown.
Or keep as is if you don't have time, I'll prepare follow up PR then.
Thank you!
45da8a3
to
52483cd
Compare
52483cd
to
242d160
Compare
Thanks for your contribution and quick response to comments! 🚀 |
## 🤖 New release * `testcontainers`: 0.20.1 -> 0.21.0 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.21.0] - 2024-07-30 ### Details #### Bug Fixes - Don't assume docker host is a url ([#709](#709)) #### Miscellaneous Tasks - Bump the bollard group across 1 directory with 2 updates ([#710](#710)) #### Refactor - [❗] Put `reqwest` behind `http_wait` feature ([#705](#705)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Closes #711 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
closes #704
I have no particular attachment to the
http_wait
feature name but it seems short and clear to me.