Skip to content

Commit

Permalink
chore: make openssl/vendored default in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dfx-json committed Jan 17, 2023
1 parent 602df98 commit 2656523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ tempfile = "3.3.0"

[features]
static-ssl = ["openssl/vendored"]
default = ["static-ssl"]
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
cargo build

release:
cargo build --release --locked --features openssl/vendored
cargo build --release --locked

musl-static:
cargo build --target x86_64-unknown-linux-musl --release --locked
Expand Down

0 comments on commit 2656523

Please sign in to comment.