File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v0.11.8
2+
3+ - Update internal webpki-roots dependency.
4+
15## v0.11.7
26
37- Add ` blocking::ClientBuilder::resolve() ` option, matching the async builder.
Original file line number Diff line number Diff line change 11[package ]
22name = " reqwest"
3- version = " 0.11.7 " # remember to update html_root_url
3+ version = " 0.11.8 " # remember to update html_root_url
44description = " higher level HTTP client library"
55keywords = [" http" , " request" , " client" ]
66categories = [" web-programming::http-client" , " wasm" ]
Original file line number Diff line number Diff line change 22#![ deny( missing_debug_implementations) ]
33#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
44#![ cfg_attr( test, deny( warnings) ) ]
5- #![ doc( html_root_url = "https://docs.rs/reqwest/0.11.7 " ) ]
5+ #![ doc( html_root_url = "https://docs.rs/reqwest/0.11.8 " ) ]
66
77//! # reqwest
88//!
You can’t perform that action at this time.
0 commit comments