Skip to content

Commit a352cdb

Browse files
committed
bump version to 0.17.29
1 parent c585334 commit a352cdb

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

openssl-sys/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "variant-ssl-sys"
3-
version = "0.17.28"
3+
version = "0.17.29"
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"
@@ -21,10 +21,11 @@ aws-lc-fips = ['dep:aws-lc-fips-sys']
2121
bindgen = ["dep:bindgen", "aws-lc-sys?/bindgen", "aws-lc-fips-sys?/bindgen"]
2222
runtime-libclang = ["bindgen?/runtime", "bssl-sys?/runtime-libclang"]
2323
static-libclang = ["bindgen?/static", "bssl-sys?/static-libclang"]
24+
no_cxx_runtime = ["bssl-sys?/no_cxx_runtime"]
2425

2526
[dependencies]
2627
libc = "0.2"
27-
bssl-sys = { package = "bssl-cmake-sys", version = "0.1.2603271", optional = true, default-features = false }
28+
bssl-sys = { package = "bssl-cmake-sys", version = "0.1.2605261", optional = true, default-features = false }
2829
aws-lc-sys = { version = "0.41.0", optional = true, features = ["ssl"] }
2930
aws-lc-fips-sys = { version = "0.13.8", features = ["ssl"], optional = true }
3031

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.28"
3+
version = "0.17.29"
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.28", path = "../openssl-sys" }
31+
ffi = { package = "variant-ssl-sys", version = "0.17.29", path = "../openssl-sys" }
3232

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

0 commit comments

Comments
 (0)