mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 12:31:22 +00:00
Switch to openssl's vendored
feature for musl builds
This should give us updates for free!
This commit is contained in:
@ -25,3 +25,7 @@ serde_derive = "1.0"
|
||||
serde_json = "1.0"
|
||||
wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.15" }
|
||||
wasm-bindgen-shared = { path = "../shared", version = "=0.2.15" }
|
||||
openssl = { version = '0.10.11', optional = true }
|
||||
|
||||
[features]
|
||||
vendored-openssl = ['openssl/vendored']
|
||||
|
Reference in New Issue
Block a user