v2.0.0-alpha.2
Pre-release
Pre-release
This is an alpha release in preparation of 2.0.0, so you can start using Surf with stable futures
. There may be significant breaking changes before the final 2.0 release. Until then, we recommend pinning to the particular alpha:
[dependencies]
surf = "= 2.0.0-alpha.2"
Added
http_types::{Error, Result}
are re-exported assurf::{Error, Result}
#163
Changed
- Add http-rs logo for docs.rs. #165
Fixed
- Removed dependencies that are no longer necessary since the switch to
http-client
in 2.0.0-alpha.0 #164