mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-14 00:10:13 +00:00
[CLI] Adds feature enabling Rustls usage rather than OpenSSL (#1584)
* Adds feature enabling Rustls usage rather than OpenSSL * Update sqlx-cli/Cargo.toml Removes extraneous openssl feature that slipped through Co-authored-by: Austin Bonander <austin.bonander@gmail.com> Co-authored-by: Austin Bonander <austin.bonander@gmail.com>
This commit is contained in:
@@ -16,6 +16,9 @@ $ cargo install sqlx-cli --no-default-features --features postgres
|
||||
|
||||
# use vendored OpenSSL (build from source)
|
||||
$ cargo install sqlx-cli --features openssl-vendored
|
||||
|
||||
# use Rustls rather than OpenSSL
|
||||
$ cargo install sqlx-cli --no-default-features --features rustls
|
||||
```
|
||||
|
||||
### Usage
|
||||
|
||||
Reference in New Issue
Block a user