Skip to content

Commit f5e5e83

Browse files
authored
chore: rust binding release v0.3.34 (#5707)
1 parent 469e52d commit f5e5e83

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bindings/rust/extended/s2n-tls-sys/Cargo.toml

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.3.33"
4+
version = "0.3.34"
55
authors = ["AWS s2n"]
66
edition = "2021"
77
rust-version = "1.72.0"

bindings/rust/extended/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.3.33"
4+
version = "0.3.34"
55
authors = ["AWS s2n"]
66
edition = "2021"
77
rust-version = "1.72.0"

bindings/rust/extended/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.3.33"
4+
version = "0.3.34"
55
authors = ["AWS s2n"]
66
edition = "2021"
77
rust-version = "1.72.0"
@@ -16,7 +16,7 @@ errno = { version = "0.3" }
1616
# A minimum libc version of 0.2.121 is required by aws-lc-sys 0.14.0.
1717
libc = { version = "0.2.121" }
1818
pin-project-lite = { version = "0.2" }
19-
s2n-tls = { version = "=0.3.33", path = "../s2n-tls" }
19+
s2n-tls = { version = "=0.3.34", path = "../s2n-tls" }
2020
tokio = { version = "1", features = ["net", "time"] }
2121

2222
[dev-dependencies]

bindings/rust/extended/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.3.33"
4+
version = "0.3.34"
55
authors = ["AWS s2n"]
66
edition = "2021"
77
rust-version = "1.72.0"
@@ -26,7 +26,7 @@ unstable-testing = []
2626
errno = { version = "0.3" }
2727
# A minimum libc version of 0.2.121 is required by aws-lc-sys 0.14.0.
2828
libc = "0.2.121"
29-
s2n-tls-sys = { version = "=0.3.33", path = "../s2n-tls-sys", features = ["internal"] }
29+
s2n-tls-sys = { version = "=0.3.34", path = "../s2n-tls-sys", features = ["internal"] }
3030
pin-project-lite = "0.2"
3131
hex = "0.4"
3232

0 commit comments

Comments
 (0)