Skip to content

Commit

Permalink
bindings bump
Browse files Browse the repository at this point in the history
  • Loading branch information
maddeleine committed Dec 14, 2022
1 parent f3378e8 commit 0725b4e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bindings/rust/s2n-tls-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "s2n-tls-sys"
description = "A C99 implementation of the TLS/SSL protocols"
version = "0.0.21"
version = "0.0.22"
authors = ["AWS s2n"]
edition = "2021"
links = "s2n-tls"
Expand Down
4 changes: 2 additions & 2 deletions bindings/rust/s2n-tls-tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "s2n-tls-tokio"
description = "An implementation of TLS streams for Tokio built on top of s2n-tls"
version = "0.0.21"
version = "0.0.22"
authors = ["AWS s2n"]
edition = "2021"
repository = "https://github.com/aws/s2n-tls"
Expand All @@ -13,7 +13,7 @@ default = []
[dependencies]
errno = { version = "0.2" }
libc = { version = "0.2" }
s2n-tls = { version = "=0.0.21", path = "../s2n-tls" }
s2n-tls = { version = "=0.0.22", path = "../s2n-tls" }
tokio = { version = "1", features = ["net", "time"] }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions bindings/rust/s2n-tls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "s2n-tls"
description = "A C99 implementation of the TLS/SSL protocols"
version = "0.0.21"
version = "0.0.22"
authors = ["AWS s2n"]
edition = "2021"
repository = "https://github.com/aws/s2n-tls"
Expand All @@ -17,7 +17,7 @@ testing = ["bytes"]
bytes = { version = "1", optional = true }
errno = { version = "0.2" }
libc = "0.2"
s2n-tls-sys = { version = "=0.0.21", path = "../s2n-tls-sys", features = ["internal"] }
s2n-tls-sys = { version = "=0.0.22", path = "../s2n-tls-sys", features = ["internal"] }
pin-project-lite = "0.2"

[dev-dependencies]
Expand Down

0 comments on commit 0725b4e

Please sign in to comment.