Skip to content

Commit 35f6712

Browse files
committed
Prepare 0.19.1
1 parent 104bfbb commit 35f6712

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.19.0"
3+
version = "0.19.1"
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.19.1 (2020-01-19):
16+
* Remove dependency on hyper's tcp feature.
1517
- 0.19.0 (2019-12-17):
1618
* First release with async/await support. Many thanks to @CryZe, @alex, @markuskobler and @dbcfd.
1719
- 0.18.0 (2019-11-23)

0 commit comments

Comments
 (0)