We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da27ba2 commit 11368edCopy full SHA for 11368ed
CHANGELOG.md
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
7
8
## [Unreleased]
9
10
+## [6.2.0] - 2020-10-26
11
+
12
+This release implements `HttpClient` for `Box<dyn HttpClient>`.
13
14
+## Added
15
+- `impl HttpClient for Box<dyn HttpClient>`
16
17
## [6.1.0] - 2020-10-09
18
19
This release brings improvements for `HyperClient` (`hyper_client` feature).
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "http-client"
3
-version = "6.1.0"
+version = "6.2.0"
4
license = "MIT OR Apache-2.0"
5
repository = "https://github.com/http-rs/http-client"
6
documentation = "https://docs.rs/http-client"
0 commit comments