File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package]
2
2
name = "s2n-tls-sys"
3
3
description = "A C99 implementation of the TLS/SSL protocols"
4
- version = "0.1 .6"
4
+ version = "0.2 .6"
5
5
authors = ["AWS s2n"]
6
6
edition = "2021"
7
7
rust-version = "1.63.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " s2n-tls-tokio"
3
3
description = " An implementation of TLS streams for Tokio built on top of s2n-tls"
4
- version = " 0.1 .6"
4
+ version = " 0.2 .6"
5
5
authors = [" AWS s2n" ]
6
6
edition = " 2021"
7
7
rust-version = " 1.63.0"
@@ -15,7 +15,7 @@ default = []
15
15
errno = { version = " 0.3" }
16
16
libc = { version = " 0.2" }
17
17
pin-project-lite = { version = " 0.2" }
18
- s2n-tls = { version = " =0.1 .6" , path = " ../s2n-tls" }
18
+ s2n-tls = { version = " =0.2 .6" , path = " ../s2n-tls" }
19
19
tokio = { version = " 1" , features = [" net" , " time" ] }
20
20
21
21
[dev-dependencies ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " s2n-tls"
3
3
description = " A C99 implementation of the TLS/SSL protocols"
4
- version = " 0.1 .6"
4
+ version = " 0.2 .6"
5
5
authors = [" AWS s2n" ]
6
6
edition = " 2021"
7
7
rust-version = " 1.63.0"
@@ -19,7 +19,7 @@ testing = ["bytes"]
19
19
bytes = { version = " 1" , optional = true }
20
20
errno = { version = " 0.3" }
21
21
libc = " 0.2"
22
- s2n-tls-sys = { version = " =0.1 .6" , path = " ../s2n-tls-sys" , features = [" internal" ] }
22
+ s2n-tls-sys = { version = " =0.2 .6" , path = " ../s2n-tls-sys" , features = [" internal" ] }
23
23
pin-project-lite = " 0.2"
24
24
hex = " 0.4"
25
25
You can’t perform that action at this time.
0 commit comments