File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " hyper-rustls"
3- version = " 0.22.0 "
3+ version = " 0.22.1 "
44edition = " 2018"
55authors = [" Joseph Birr-Pixton <jpixton@gmail.com>" ]
66license = " Apache-2.0/ISC/MIT"
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ and the [hyper HTTP library](https://github.com/hyperium/hyper).
88[ ![ Documentation] ( https://docs.rs/hyper-rustls/badge.svg )] ( https://docs.rs/hyper-rustls/ )
99
1010# Release history
11+ - 0.22.1 (2020-12-27):
12+ * Fixing docs.rs build; no other changes.
1113- 0.22.0 (2020-12-26):
1214 * Use tokio 1.0, hyper 0.14, and rustls 0.19. Thanks to @paolobarbolini and @messense .
1315 * Rework how the certificate store is chosen: now by an explicit API rather than
Original file line number Diff line number Diff line change 2222//! # fn main() {}
2323//! ```
2424
25- #![ feature( doc_cfg) ]
25+ #![ cfg_attr ( docsrs , feature( doc_cfg) ) ]
2626
2727mod connector;
2828mod stream;
You can’t perform that action at this time.
0 commit comments