This is an API-unstable release intended for gathering feedback about this new crate to support reqwest 0.13. It should be safe to use in applications, but further breaking API changes MAY occur before stabilizing the API for the 0.1.0 release.
Breaking Changes
- Implement
From<reqwest::Client>instead ofFrom<&reqwest::Client>forReqwestClient(and similar forReqwestBlockingClient) to fix lifetime issues (the underlyingreqwestclients are cheaply cloneable)
New Features
- Implement
Clone,Debug, andDefaultforReqwestClientandReqwestBlockingClient
Full Changelog: oauth2-reqwest-0.1.0-alpha.1...oauth2-reqwest-0.1.0-alpha.2