Skip to content

Commit 4dae2b2

Browse files
authored
chore(bindings): release 0.2.7 (#4580)
1 parent 7ec1446 commit 4dae2b2

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.2.6"
4+
version = "0.2.7"
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.2.6"
4+
version = "0.2.7"
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.2.6", path = "../s2n-tls" }
18+
s2n-tls = { version = "=0.2.7", 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.2.6"
4+
version = "0.2.7"
55
authors = ["AWS s2n"]
66
edition = "2021"
77
rust-version = "1.63.0"
@@ -21,7 +21,7 @@ testing = ["bytes"]
2121
bytes = { version = "1", optional = true }
2222
errno = { version = "0.3" }
2323
libc = "0.2"
24-
s2n-tls-sys = { version = "=0.2.6", path = "../s2n-tls-sys", features = ["internal"] }
24+
s2n-tls-sys = { version = "=0.2.7", path = "../s2n-tls-sys", features = ["internal"] }
2525
pin-project-lite = "0.2"
2626
hex = "0.4"
2727

0 commit comments

Comments
 (0)