This repository was archived by the owner on Jan 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +13
-3
lines changed Expand file tree Collapse file tree 5 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 17
17
CARGO_NET_RETRY : 10
18
18
CARGO_TERM_COLOR : always
19
19
RUST_BACKTRACE : 1
20
- RUSTFLAGS : -D warnings
20
+ RUSTFLAGS : -D warnings -A deprecated
21
21
RUSTDOCFLAGS : -D warnings
22
22
RUSTUP_MAX_RETRIES : 10
23
23
Original file line number Diff line number Diff line change
1
+ # Version 0.4.2
2
+
3
+ - This crate is now deprecated in favor of [ futures-rustls] ( https://crates.io/crates/futures-rustls ) .
4
+
1
5
# Version 0.4.1
2
6
3
7
- Add ` smol-rs ` logo to docs. (#23 )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " async-rustls"
3
- version = " 0.4.1 "
3
+ version = " 0.4.2 "
4
4
authors = [
5
5
" Alex Crichton <[email protected] >" ,
6
6
" quininer kel <[email protected] >" ,
Original file line number Diff line number Diff line change 1
- # async-rustls
1
+ # async-rustls (deprecated)
2
2
3
3
[ ![ Build] ( https://github.com/smol-rs/async-rustls/workflows/Build%20and%20test/badge.svg )] (
4
4
https://github.com/smol-rs/async-rustls/actions )
@@ -9,6 +9,8 @@ https://crates.io/crates/async-rustls)
9
9
[ ![ Documentation] ( https://docs.rs/async-rustls/badge.svg )] (
10
10
https://docs.rs/async-rustls )
11
11
12
+ ** This crate is now deprecated in favor of [ futures-rustls] ( https://crates.io/crates/futures-rustls ) .**
13
+
12
14
Asynchronous TLS/SSL streams using [ ` rustls ` ] .
13
15
14
16
[ `rustls` ] : https://docs.rs/rustls
Original file line number Diff line number Diff line change 6
6
#![ doc(
7
7
html_logo_url = "https://raw.githubusercontent.com/smol-rs/smol/master/assets/images/logo_fullsize_transparent.png"
8
8
) ]
9
+ #."
12
+ ) ]
9
13
10
14
macro_rules! ready {
11
15
( $e: expr ) => {
You can’t perform that action at this time.
0 commit comments