Skip to content

Commit

Permalink
fix(openssl): just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Dec 21, 2020
1 parent 25e76b6 commit fb6588b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,12 @@ serial_test_derive = "0.2"
tempfile = "3"

[features]
# OpenSSL is vendored by default, can use system OpenSSL through feature flag.
default = ['openssl/vendored']

# Treat compiler warnings as a build error.
# This only runs in CI by default
strict = ['openssl/vendored']
sys-openssl = ['openssl']
# Keeping feature for users already using this feature flag
vendored-openssl = ['openssl/vendored']

0 comments on commit fb6588b

Please sign in to comment.