Skip to content

Commit 4c2600f

Browse files
committed
bump minor version: ConnectionFuture changed
1 parent 380faa5 commit 4c2600f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bindings/rust/s2n-tls-sys/templates/Cargo.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "s2n-tls-sys"
33
description = "A C99 implementation of the TLS/SSL protocols"
4-
version = "0.1.6"
4+
version = "0.2.6"
55
authors = ["AWS s2n"]
66
edition = "2021"
77
rust-version = "1.63.0"

bindings/rust/s2n-tls-tokio/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "s2n-tls-tokio"
33
description = "An implementation of TLS streams for Tokio built on top of s2n-tls"
4-
version = "0.1.6"
4+
version = "0.2.6"
55
authors = ["AWS s2n"]
66
edition = "2021"
77
rust-version = "1.63.0"
@@ -15,7 +15,7 @@ default = []
1515
errno = { version = "0.3" }
1616
libc = { version = "0.2" }
1717
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" }
1919
tokio = { version = "1", features = ["net", "time"] }
2020

2121
[dev-dependencies]

bindings/rust/s2n-tls/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "s2n-tls"
33
description = "A C99 implementation of the TLS/SSL protocols"
4-
version = "0.1.6"
4+
version = "0.2.6"
55
authors = ["AWS s2n"]
66
edition = "2021"
77
rust-version = "1.63.0"
@@ -19,7 +19,7 @@ testing = ["bytes"]
1919
bytes = { version = "1", optional = true }
2020
errno = { version = "0.3" }
2121
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"] }
2323
pin-project-lite = "0.2"
2424
hex = "0.4"
2525

0 commit comments

Comments
 (0)