v0.8.3
This commit is contained in:
		| @@ -1,3 +1,9 @@ | ||||
| ## v0.8.3 | ||||
|  | ||||
| ### Features | ||||
|  | ||||
| - Upgrades internal log crate usage to v0.4 | ||||
|  | ||||
| ## v0.8.2 | ||||
|  | ||||
| ### Fixes | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| [package] | ||||
| name = "reqwest" | ||||
| version = "0.8.2" # remember to update html_root_url | ||||
| version = "0.8.3" # remember to update html_root_url | ||||
| description = "higher level HTTP client library" | ||||
| keywords = ["http", "request", "client"] | ||||
| repository = "https://github.com/seanmonstar/reqwest" | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| #![deny(warnings)] | ||||
| #![deny(missing_docs)] | ||||
| #![deny(missing_debug_implementations)] | ||||
| #![doc(html_root_url = "https://docs.rs/reqwest/0.8.2")] | ||||
| #![doc(html_root_url = "https://docs.rs/reqwest/0.8.3")] | ||||
|  | ||||
| //! # reqwest | ||||
| //! | ||||
|   | ||||
		Reference in New Issue
	
	Block a user