We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3993050 commit d9af4d1Copy full SHA for d9af4d1
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
7
8
## [Unreleased]
9
10
+## [6.4.1] - 2021-05-19
11
+
12
+### Docs
13
+- Added `"unstable-config"` to the docs builds.
14
15
## [6.4.0] - 2021-05-17
16
17
### Added
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "http-client"
3
-version = "6.4.0"
+version = "6.4.1"
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