Skip to content

Commit 551d1d3

Browse files
committed
Prepare 0.22
1 parent 418b7ba commit 551d1d3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper-rustls"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
edition = "2018"
55
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
66
license = "Apache-2.0/ISC/MIT"

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ and the [hyper HTTP library](https://github.com/hyperium/hyper).
88

99
[API Documentation](https://docs.rs/hyper-rustls/)
1010

11-
By default clients verify certificates using the `rustls-native-certs` crate, which uses
12-
the platform's root CAs.
13-
1411
# Release history
12+
- 0.22.0 (2020-12-26):
13+
* Use tokio 1.0, hyper 0.14, and rustls 0.19. Thanks to @paolobarbolini and @messense.
14+
* Rework how the certificate store is chosen: now by an explicit API rather than
15+
implicitly by crate features. Thanks to @djc.
1516
- 0.21.0 (2020-07-05):
1617
* Update dependencies.
1718
- 0.20.0 (2020-02-24):

0 commit comments

Comments
 (0)