We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78690d commit f72ae09Copy full SHA for f72ae09
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "hyper-rustls"
3
-version = "0.18.0-alpha.2"
+version = "0.19.0-alpha.3"
4
edition = "2018"
5
authors = ["Joseph Birr-Pixton <[email protected]>"]
6
license = "Apache-2.0/ISC/MIT"
README.md
@@ -14,7 +14,7 @@ the platform's root CAs.
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
+ * Alphas are available: https://crates.io/crates/hyper-rustls/0.19.0-alpha.3
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.
0 commit comments