File tree 3 files changed +7
-2
lines changed 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.11.17
2
+
3
+ - Upgrade internal dependencies of Experimental HTTP/3 to use quinn v0.9
4
+ - (wasm) Fix blob url support
5
+
1
6
## v0.11.16
2
7
3
8
- Chore: set MSRV in ` Cargo.toml ` .
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " reqwest"
3
- version = " 0.11.16 " # remember to update html_root_url
3
+ version = " 0.11.17 " # remember to update html_root_url
4
4
description = " higher level HTTP client library"
5
5
keywords = [" http" , " request" , " client" ]
6
6
categories = [" web-programming::http-client" , " wasm" ]
Original file line number Diff line number Diff line change 2
2
#![ deny( missing_debug_implementations) ]
3
3
#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
4
4
#![ cfg_attr( test, deny( warnings) ) ]
5
- #![ doc( html_root_url = "https://docs.rs/reqwest/0.11.15 " ) ]
5
+ #![ doc( html_root_url = "https://docs.rs/reqwest/0.11.17 " ) ]
6
6
7
7
//! # reqwest
8
8
//!
You can’t perform that action at this time.
0 commit comments