Skip to content

Commit

Permalink
release: bump rust bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
toidiu committed Sep 21, 2022
1 parent f298435 commit 0891c79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.13"
version = "0.0.14"
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.13", path = "../s2n-tls" }
s2n-tls = { version = "=0.0.14", path = "../s2n-tls" }
tokio = { version = "1", features = ["net", "time"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion 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.13"
version = "0.0.14"
authors = ["AWS s2n"]
edition = "2021"
repository = "https://github.com/aws/s2n-tls"
Expand Down

0 comments on commit 0891c79

Please sign in to comment.