Skip to content

Commit 5f07372

Browse files
committed
Prepare 0.21.0
1 parent 9224157 commit 5f07372

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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.20.0"
3+
version = "0.21.0"
44
edition = "2018"
55
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
66
license = "Apache-2.0/ISC/MIT"

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ By default clients verify certificates using the `rustls-native-certs` crate, wh
1212
the platform's root CAs.
1313

1414
# Release history
15+
- 0.21.0 (2020-07-05):
16+
* Update dependencies.
1517
- 0.20.0 (2020-02-24):
1618
* Use newer rustls-native-certs which works in presence of invalid certificates.
1719
* Update dependencies.

0 commit comments

Comments
 (0)