Skip to content

Commit 075f731

Browse files
committed
release variant-ssl 0.12.0 and variant-ssl-sys 0.11.0
1 parent f4bba0a commit 075f731

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.10.9"
3+
version = "0.11.0"
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.11.9"
3+
version = "0.12.0"
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"
@@ -30,7 +30,7 @@ libc = "0.2"
3030
once_cell = "1.5.2"
3131

3232
openssl-macros = { version = "0.1.0" }
33-
ffi = { package = "variant-ssl-sys", version = "0.10.9", path = "../openssl-sys" }
33+
ffi = { package = "variant-ssl-sys", version = "0.11.0", path = "../openssl-sys" }
3434

3535
[dev-dependencies]
3636
hex = "0.4"

0 commit comments

Comments
 (0)