Skip to content

Commit faf1b4a

Browse files
committed
6.3.1
### Fixed - Allow http-client to build & run properly when `h1_client` is enabled without either tls option. - Prefer `rustls` if both tls features are enabled. ### Internal - More exhaustive CI for feature combinations.
1 parent 40e188e commit faf1b4a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
77

88
## [Unreleased]
99

10+
## [6.3.1] - 2021-02-15
11+
12+
### Fixed
13+
- Allow http-client to build & run properly when `h1_client` is enabled without either tls option.
14+
- Prefer `rustls` if both tls features are enabled.
15+
16+
### Internal
17+
- More exhaustive CI for feature combinations.
18+
1019
## [6.3.0] - 2021-02-12
1120

1221
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-client"
3-
version = "6.3.0"
3+
version = "6.3.1"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/http-rs/http-client"
66
documentation = "https://docs.rs/http-client"

0 commit comments

Comments
 (0)