Skip to content

Commit 6211cf9

Browse files
committed
delete mimalloc feature and bump to 0.17.31
1 parent 655f9ba commit 6211cf9

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

openssl-sys/Cargo.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "variant-ssl-sys"
3-
version = "0.17.30"
3+
version = "0.17.31"
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"
@@ -19,16 +19,14 @@ boringssl = ["dep:bssl-sys"]
1919
aws-lc = ["dep:aws-lc-sys"]
2020
aws-lc-fips = ['dep:aws-lc-fips-sys']
2121
bindgen = ["dep:bindgen", "aws-lc-sys?/bindgen", "aws-lc-fips-sys?/bindgen"]
22-
runtime-libclang = ["bindgen?/runtime", "bssl-sys?/runtime-libclang", "mimalloc-sys?/runtime-libclang"]
23-
static-libclang = ["bindgen?/static", "bssl-sys?/static-libclang", "mimalloc-sys?/static-libclang"]
24-
mimalloc = ["dep:mimalloc-sys", "bssl-sys?/mimalloc"]
22+
runtime-libclang = ["bindgen?/runtime", "bssl-sys?/runtime-libclang"]
23+
static-libclang = ["bindgen?/static", "bssl-sys?/static-libclang"]
2524

2625
[dependencies]
2726
libc = "0.2"
28-
bssl-sys = { package = "bssl-cmake-sys", version = "0.1.2605262", optional = true, default-features = false }
27+
bssl-sys = { package = "bssl-cmake-sys", version = "0.1.2605260", optional = true, default-features = false }
2928
aws-lc-sys = { version = "0.41.0", optional = true, features = ["ssl"] }
3029
aws-lc-fips-sys = { version = "0.13.8", features = ["ssl"], optional = true }
31-
mimalloc-sys = { package = "vey-mimalloc-sys", version = "0.2", default-features = false, optional = true }
3230

3331
[build-dependencies]
3432
bindgen = { version = "0.72.0", optional = true, default-features = false }

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

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

0 commit comments

Comments
 (0)