File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,18 @@ and the [hyper HTTP library](https://github.com/hyperium/hyper).
1111By default clients verify certificates using the ` rustls-native-certs ` crate, which uses
1212the platform's root CAs.
1313
14+ # 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.18.0-alpha.2
18+ - 0.18.0 (2019-11-23)
19+ * Uses [ rustls-native-certs] ( https://crates.io/crates/rustls-native-certs )
20+ instead of compiled-in root certificates.
21+ - 0.17.1 (2019-08-19)
22+ * Fix accidental use of sync read/write.
23+ - 0.17.0 (2019-08-11)
24+ * Update dependencies.
25+
1426# License
1527hyper-rustls is distributed under the following three licenses:
1628
You can’t perform that action at this time.
0 commit comments