Skip to content

Commit b5fd5df

Browse files
committed
bump version to 0.15.7
1 parent 0ca0c95 commit b5fd5df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.15.6"
3+
version = "0.15.7"
44
license = "MIT"
55
description = "FFI bindings to OpenSSL variants such as BoringSSL / AWS-LC / Tongsuo"
66
repository = "https://github.com/zh-jq/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.15.6"
3+
version = "0.15.7"
44
license = "Apache-2.0"
55
description = "Bindings for OpenSSL variants such as BoringSSL / AWS-LC / Tongsuo"
66
repository = "https://github.com/zh-jq/rust-variant-ssl"
@@ -25,7 +25,7 @@ libc = "0.2"
2525
once_cell = "1.5.2"
2626

2727
openssl-macros = { version = "0.1.0" }
28-
ffi = { package = "variant-ssl-sys", version = "0.15.6", path = "../openssl-sys" }
28+
ffi = { package = "variant-ssl-sys", version = "0.15.7", path = "../openssl-sys" }
2929

3030
[dev-dependencies]
3131
hex = "0.4"

0 commit comments

Comments
 (0)