Skip to content

Commit f72ae09

Browse files
committed
0.19.0-alpha.3
1 parent a78690d commit f72ae09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper-rustls"
3-
version = "0.18.0-alpha.2"
3+
version = "0.19.0-alpha.3"
44
edition = "2018"
55
authors = ["Joseph Birr-Pixton <[email protected]>"]
66
license = "Apache-2.0/ISC/MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ the platform's root CAs.
1414
# Release history
1515
- Next release (0.19.0):
1616
* First release with async/await support
17-
* Alphas are available: https://crates.io/crates/hyper-rustls/0.18.0-alpha.2
17+
* Alphas are available: https://crates.io/crates/hyper-rustls/0.19.0-alpha.3
1818
- 0.18.0 (2019-11-23)
1919
* Uses [rustls-native-certs](https://crates.io/crates/rustls-native-certs)
2020
instead of compiled-in root certificates.

0 commit comments

Comments
 (0)