Skip to content

Commit 5dec3f9

Browse files
committed
Prepare 0.19.0
1 parent 3bc4ff7 commit 5dec3f9

File tree

2 files changed

+3
-4
lines changed

2 files changed

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

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +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-
- Next release (0.19.0):
16-
* First release with async/await support
17-
* Alphas are available: https://crates.io/crates/hyper-rustls/0.19.0-alpha.3
15+
- 0.19.0 (2019-12-17):
16+
* First release with async/await support. Many thanks to @CryZe, @alex, @markuskobler and @dbcfd.
1817
- 0.18.0 (2019-11-23)
1918
* Uses [rustls-native-certs](https://crates.io/crates/rustls-native-certs)
2019
instead of compiled-in root certificates.

0 commit comments

Comments
 (0)