Skip to content

Commit 00b30ad

Browse files
committed
bump version to 0.17.32
1 parent d4cd3cc commit 00b30ad

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

openssl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "variant-ssl-sys"
3-
version = "0.17.31"
3+
version = "0.17.32"
44
license = "MIT"
55
description = "FFI bindings to OpenSSL variants such as BoringSSL / AWS-LC / Tongsuo"
66
repository = "https://github.com/VEY-OSS/rust-variant-ssl"

openssl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "variant-ssl"
3-
version = "0.17.31"
3+
version = "0.17.32"
44
license = "Apache-2.0"
55
description = "Bindings for OpenSSL variants such as BoringSSL / AWS-LC / Tongsuo"
66
repository = "https://github.com/VEY-OSS/rust-variant-ssl"
@@ -28,7 +28,7 @@ foreign-types = "0.3.1"
2828
libc = "0.2"
2929

3030
openssl-macros = { version = "0.1.1" }
31-
ffi = { package = "variant-ssl-sys", version = "0.17.31", path = "../openssl-sys" }
31+
ffi = { package = "variant-ssl-sys", version = "0.17.32", path = "../openssl-sys" }
3232

3333
[dev-dependencies]
3434
hex = "0.4"

0 commit comments

Comments
 (0)