Prepare master for 0.10 breaking changes

This commit is contained in:
Sean McArthur
2019-08-16 11:47:05 -07:00
parent fd96385097
commit c3b2a26c46
2 changed files with 7 additions and 1 deletions

View File

@@ -14,6 +14,10 @@ An ergonomic, batteries-included HTTP Client for Rust.
- Cookie Store
- [Changelog](CHANGELOG.md)
> *NOTE*: reqwest's [master](https://github.com/seanmonstar/reqwest) branch is currently
preparing breaking changes, for most recently released code, look to the
[0.9.x](https://github.com/seanmonstar/reqwest/tree/0.9.x) branch.
## Example
```rust,no_run