Switch to openssl's vendored feature for musl builds

This should give us updates for free!
This commit is contained in:
Alex Crichton
2018-08-04 22:56:42 -07:00
parent 5b66045aff
commit e9f9ede1fa
2 changed files with 5 additions and 9 deletions

View File

@ -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']