Skip to content

Commit 171c96a

Browse files
authored
chore(bindings): release 0.2.2 (#4497)
1 parent a453f4a commit 171c96a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
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.1"
4+
version = "0.2.2"
55
authors = ["AWS s2n"]
66
edition = "2021"
77
rust-version = "1.63.0"

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

Lines changed: 2 additions & 2 deletions
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.1"
4+
version = "0.2.2"
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.1", path = "../s2n-tls" }
18+
s2n-tls = { version = "=0.2.2", path = "../s2n-tls" }
1919
tokio = { version = "1", features = ["net", "time"] }
2020

2121
[dev-dependencies]

bindings/rust/s2n-tls/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.1"
4+
version = "0.2.2"
55
authors = ["AWS s2n"]
66
edition = "2021"
77
rust-version = "1.63.0"
@@ -20,7 +20,7 @@ testing = ["bytes"]
2020
bytes = { version = "1", optional = true }
2121
errno = { version = "0.3" }
2222
libc = "0.2"
23-
s2n-tls-sys = { version = "=0.2.1", path = "../s2n-tls-sys", features = ["internal"] }
23+
s2n-tls-sys = { version = "=0.2.2", path = "../s2n-tls-sys", features = ["internal"] }
2424
pin-project-lite = "0.2"
2525
hex = "0.4"
2626

0 commit comments

Comments
 (0)